Html Css Color HEX #FACB81 Cherokee

📋 copy color: '#FACB81'

red 250 ◦ green 203 ◦ blue 129

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

Shades of Cherokee #FACB81

Tints of Cherokee #FACB81

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

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

R = 42.96%
G = 34.88%
B = 22.16%

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

#FACB81 (or 0xFACB81) is known color: Cherokee. HEX triplet: FA, CB and 81. RGB value is (250,203,129). Sum of RGB (Red+Green+Blue) = 250+203+129=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB81 is #05347E. Grayscale: #D0D0D0. Windows color (decimal): -341119 or 8506362. OLE color: 8506362.

HSL color Cylindrical-coordinate representation of color #FACB81: hue angle of 36.69º 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 #FACB81 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 129 -
CMYK 0 0.19 0.48 0.02
HSL 36.69º 0.92% 0.74% -
HSV(B) 36.69º 0.48% 0.98% -
XYZ 64.74 64.62 29.83 -
YUV 208.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 250 203 129 0 0.19 0.48 0.02 36.69 0.92 0.74
Hex FA CB 81 0 13 30 2 25 5C 4A
Octal 372 313 201 0 23 60 2 45 134 112
Binary 11111010 11001011 10000001 0 10011 110000 10 100101 1011100 1001010

Color Harmonies of #FACB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB81

Black with #FACB81

Text Example


Text Example

White with #FACB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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