Html Css Color HEX #FCAA4F Texas Rose

📋 copy color: '#FCAA4F'

red 252 ◦ green 170 ◦ blue 79

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

Shades of Texas Rose #FCAA4F

Tints of Texas Rose #FCAA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.77%

R = 50.3%
G = 33.93%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCAA4F (or 0xFCAA4F) is known color: Texas Rose. HEX triplet: FC, AA and 4F. RGB value is (252,170,79). Sum of RGB (Red+Green+Blue) = 252+170+79=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA4F is #0355B0. Grayscale: #B8B8B8. Windows color (decimal): -218545 or 5221116. OLE color: 5221116.

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

Color convert

RGB 252 170 79 -
CMYK 0 0.33 0.69 0.01
HSL 31.56º 0.97% 0.65% -
HSV(B) 31.56º 0.69% 0.99% -
XYZ 55.93 50.01 14.1 -
YUV 184.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 252 170 79 0 0.33 0.69 0.01 31.56 0.97 0.65
Hex FC AA 4F 0 21 45 1 20 61 41
Octal 374 252 117 0 41 105 1 40 141 101
Binary 11111100 10101010 1001111 0 100001 1000101 1 100000 1100001 1000001

Color Harmonies of #FCAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA4F

Black with #FCAA4F

Text Example


Text Example

White with #FCAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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