Html Css Color HEX #FAC981 Cherokee

📋 copy color: '#FAC981'

red 250 ◦ green 201 ◦ blue 129

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

Shades of Cherokee #FAC981

Tints of Cherokee #FAC981

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.66%

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

R = 43.1%
G = 34.66%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAC981 (or 0xFAC981) is known color: Cherokee. HEX triplet: FA, C9 and 81. RGB value is (250,201,129). Sum of RGB (Red+Green+Blue) = 250+201+129=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC981 is #05367E. Grayscale: #CFCFCF. Windows color (decimal): -341631 or 8505850. OLE color: 8505850.

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

Color convert

RGB 250 201 129 -
CMYK 0 0.20 0.48 0.02
HSL 35.7º 0.92% 0.74% -
HSV(B) 35.7º 0.48% 0.98% -
XYZ 64.27 63.68 29.67 -
YUV 207.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 250 201 129 0 0.20 0.48 0.02 35.7 0.92 0.74
Hex FA C9 81 0 14 30 2 24 5C 4A
Octal 372 311 201 0 24 60 2 44 134 112
Binary 11111010 11001001 10000001 0 10100 110000 10 100100 1011100 1001010

Color Harmonies of #FAC981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC981

Black with #FAC981

Text Example


Text Example

White with #FAC981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC981; }

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

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

background-color css

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

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

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

border-color css

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

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

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