Html Css Color HEX #FCAF53 Texas Rose

📋 copy color: '#FCAF53'

red 252 ◦ green 175 ◦ blue 83

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

Shades of Texas Rose #FCAF53

Tints of Texas Rose #FCAF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.27%

R = 49.41%
G = 34.31%
B = 16.27%

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

#FCAF53 (or 0xFCAF53) is known color: Texas Rose. HEX triplet: FC, AF and 53. RGB value is (252,175,83). Sum of RGB (Red+Green+Blue) = 252+175+83=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF53 is #0350AC. Grayscale: #BBBBBB. Windows color (decimal): -217261 or 5484540. OLE color: 5484540.

HSL color Cylindrical-coordinate representation of color #FCAF53: hue angle of 32.66º 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 #FCAF53 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 175 83 -
CMYK 0 0.31 0.67 0.01
HSL 32.66º 0.97% 0.66% -
HSV(B) 32.66º 0.67% 0.99% -
XYZ 57.04 51.98 15.21 -
YUV 187.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 252 175 83 0 0.31 0.67 0.01 32.66 0.97 0.66
Hex FC AF 53 0 1F 43 1 21 61 42
Octal 374 257 123 0 37 103 1 41 141 102
Binary 11111100 10101111 1010011 0 11111 1000011 1 100001 1100001 1000010

Color Harmonies of #FCAF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF53

Black with #FCAF53

Text Example


Text Example

White with #FCAF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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