Html Css Color HEX #FCAF56 Texas Rose

📋 copy color: '#FCAF56'

red 252 ◦ green 175 ◦ blue 86

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

Shades of Texas Rose #FCAF56

Tints of Texas Rose #FCAF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.76%

R = 49.12%
G = 34.11%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCAF56 (or 0xFCAF56) is known color: Texas Rose. HEX triplet: FC, AF and 56. RGB value is (252,175,86). Sum of RGB (Red+Green+Blue) = 252+175+86=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF56 is #0350A9. Grayscale: #BCBCBC. Windows color (decimal): -217258 or 5681148. OLE color: 5681148.

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

Color convert

RGB 252 175 86 -
CMYK 0 0.31 0.66 0.01
HSL 32.17º 0.97% 0.66% -
HSV(B) 32.17º 0.66% 0.99% -
XYZ 57.15 52.03 15.83 -
YUV 187.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 252 175 86 0 0.31 0.66 0.01 32.17 0.97 0.66
Hex FC AF 56 0 1F 42 1 20 61 42
Octal 374 257 126 0 37 102 1 40 141 102
Binary 11111100 10101111 1010110 0 11111 1000010 1 100000 1100001 1000010

Color Harmonies of #FCAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF56

Black with #FCAF56

Text Example


Text Example

White with #FCAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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