Html Css Color HEX #FCAF54 Texas Rose

📋 copy color: '#FCAF54'

red 252 ◦ green 175 ◦ blue 84

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

Shades of Texas Rose #FCAF54

Tints of Texas Rose #FCAF54

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.25%

 BLUE value IS 84 (33.2% from 255) = 16.44%

R = 49.32%
G = 34.25%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCAF54 (or 0xFCAF54) is known color: Texas Rose. HEX triplet: FC, AF and 54. RGB value is (252,175,84). Sum of RGB (Red+Green+Blue) = 252+175+84=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF54 is #0350AB. Grayscale: #BCBCBC. Windows color (decimal): -217260 or 5550076. OLE color: 5550076.

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

Color convert

RGB 252 175 84 -
CMYK 0 0.31 0.67 0.01
HSL 32.5º 0.97% 0.66% -
HSV(B) 32.5º 0.67% 0.99% -
XYZ 57.08 52 15.42 -
YUV 187.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 252 175 84 0 0.31 0.67 0.01 32.5 0.97 0.66
Hex FC AF 54 0 1F 43 1 20 61 42
Octal 374 257 124 0 37 103 1 40 141 102
Binary 11111100 10101111 1010100 0 11111 1000011 1 100000 1100001 1000010

Color Harmonies of #FCAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF54

Black with #FCAF54

Text Example


Text Example

White with #FCAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF54; }

 p { color: rgb(252,175,84); }

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

background-color css

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

 a { background-color: rgb(252,175,84); }

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

border-color css

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

 span { border-color: rgb(252,175,84); }

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