Html Css Color HEX #FCAA58 Texas Rose

📋 copy color: '#FCAA58'

red 252 ◦ green 170 ◦ blue 88

#FCAA58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas Rose #FCAA58

Tints of Texas Rose #FCAA58

RGB

 RED value IS 252 (98.83% from 255) = 49.41%

 GREEN value IS 170 (66.8% from 255) = 33.33%

 BLUE value IS 88 (34.77% from 255) = 17.25%

R = 49.41%
G = 33.33%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCAA58 (or 0xFCAA58) is known color: Texas Rose. HEX triplet: FC, AA and 58. RGB value is (252,170,88). Sum of RGB (Red+Green+Blue) = 252+170+88=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA58 is #0355A7. Grayscale: #B9B9B9. Windows color (decimal): -218536 or 5810940. OLE color: 5810940.

HSL color Cylindrical-coordinate representation of color #FCAA58: hue angle of 30º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCAA58 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 88 -
CMYK 0 0.33 0.65 0.01
HSL 30º 0.96% 0.67% -
HSV(B) 30º 0.65% 0.99% -
XYZ 56.28 50.15 15.95 -
YUV 185.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 252 170 88 0 0.33 0.65 0.01 30 0.96 0.67
Hex FC AA 58 0 21 41 1 1E 60 43
Octal 374 252 130 0 41 101 1 36 140 103
Binary 11111100 10101010 1011000 0 100001 1000001 1 11110 1100000 1000011

Color Harmonies of #FCAA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA58

Black with #FCAA58

Text Example


Text Example

White with #FCAA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA58; }

 p { color: rgb(252,170,88); }

 H1.HeaderClassName
 {
   color: #FCAA58;
 }
 .AnyTagClassName
 {
   color: #FCAA58;
 }
</style>

background-color css

<style>
 a { background-color: #FCAA58; }

 a { background-color: rgb(252,170,88); }

 div.DivClassName
 {
   background-color: #FCAA58;
 }
 .BgClassName
 {
   background-color: #FCAA58;
 }
</style>

border-color css

<style>
 span { border-color: #FCAA58; }

 span { border-color: rgb(252,170,88); }

 td.TdClassName
 {
   border-color: #FCAA58;
 }
 .TagClassName
 {
   border-color: #FCAA58;
 }
</style>