Html Css Color HEX #FCAF83 Tacao

📋 copy color: '#FCAF83'

red 252 ◦ green 175 ◦ blue 131

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

Shades of Tacao #FCAF83

Tints of Tacao #FCAF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.48%

R = 45.16%
G = 31.36%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCAF83 (or 0xFCAF83) is known color: Tacao. HEX triplet: FC, AF and 83. RGB value is (252,175,131). Sum of RGB (Red+Green+Blue) = 252+175+131=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF83 is #03507C. Grayscale: #C1C1C1. Windows color (decimal): -217213 or 8630268. OLE color: 8630268.

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

Color convert

RGB 252 175 131 -
CMYK 0 0.31 0.48 0.01
HSL 21.82º 0.95% 0.75% -
HSV(B) 21.82º 0.48% 0.99% -
XYZ 59.57 52.99 28.56 -
YUV 193.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 252 175 131 0 0.31 0.48 0.01 21.82 0.95 0.75
Hex FC AF 83 0 1F 30 1 16 5F 4B
Octal 374 257 203 0 37 60 1 26 137 113
Binary 11111100 10101111 10000011 0 11111 110000 1 10110 1011111 1001011

Color Harmonies of #FCAF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF83

Black with #FCAF83

Text Example


Text Example

White with #FCAF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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