Skip to main content

Texas Rose

#FFAA4D

Texas Rose is a warm light color with the hex code #FFAA4D. This vibrant hue can be represented as RGB 255, 170, 77 in digital design or CMYK 0%, 33%, 70%, 0% for print applications. Find matching Pantone color.

Texas Rose color values

HEX
#FFAA4D
RGB
255, 170, 77
HSL
31°, 100%, 65%
CMYK
0, 33, 70, 0

About this color

Texas Rose sits at 31° on the color wheel with 100% saturation and 65% lightness, placing it in the orange-red segment of the spectrum. With saturation at 100%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Texas Rose is rendered as rgb(255, 170, 77), where the red channel dominates at 255, creating a strongly red-skewed appearance. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Texas Rose translates to a CMYK breakdown of 0C 33M 70Y 0K. With almost no black ink (0%), this color is built almost entirely from process inks: 33% magenta, 70% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Texas Rose

CSS Variable

:root {
  --brand-primary: #FFAA4D;
  --brand-primary-rgb: 255, 170, 77;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#FFAA4D',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 33%
Y: 70%
K: 0%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(255, 170, 77)
rgba(255, 170, 77, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #FFAA4D?
#FFAA4D is Texas Rose, a warm light color with RGB values of 255, 170, 77. It has a hue of 31°, 100% saturation, and 65% lightness in the HSL color space.
What is the RGB value of #FFAA4D?
The RGB color code for #FFAA4D is rgb(255, 170, 77). This means it contains 255 red, 170 green, and 77 blue in the RGB color model.
Is Texas Rose a warm or cool color?
Texas Rose (#FFAA4D) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #FFAA4D in CSS?
You can use #FFAA4D in CSS with: background-color: #FFAA4D; or color: #FFAA4D; or as an RGB value: rgb(255, 170, 77). For print design, use CMYK: 0%, 33%, 70%, 0%.