Html Css Color HEX #FACA81 Cherokee

📋 copy color: '#FACA81'

red 250 ◦ green 202 ◦ blue 129

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

Shades of Cherokee #FACA81

Tints of Cherokee #FACA81

RGB

 RED value IS 250 (98.05% from 255) = 43.03%

 GREEN value IS 202 (79.3% from 255) = 34.77%

 BLUE value IS 129 (50.78% from 255) = 22.2%

R = 43.03%
G = 34.77%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FACA81 (or 0xFACA81) is known color: Cherokee. HEX triplet: FA, CA and 81. RGB value is (250,202,129). Sum of RGB (Red+Green+Blue) = 250+202+129=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA81 is #05357E. Grayscale: #D0D0D0. Windows color (decimal): -341375 or 8506106. OLE color: 8506106.

HSL color Cylindrical-coordinate representation of color #FACA81: hue angle of 36.2º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FACA81 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 129 -
CMYK 0 0.19 0.48 0.02
HSL 36.2º 0.92% 0.74% -
HSV(B) 36.2º 0.48% 0.98% -
XYZ 64.51 64.15 29.75 -
YUV 208.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 250 202 129 0 0.19 0.48 0.02 36.2 0.92 0.74
Hex FA CA 81 0 13 30 2 24 5C 4A
Octal 372 312 201 0 23 60 2 44 134 112
Binary 11111010 11001010 10000001 0 10011 110000 10 100100 1011100 1001010

Color Harmonies of #FACA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA81

Black with #FACA81

Text Example


Text Example

White with #FACA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA81; }

 p { color: rgb(250,202,129); }

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

background-color css

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

 a { background-color: rgb(250,202,129); }

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

border-color css

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

 span { border-color: rgb(250,202,129); }

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