Html Css Color HEX #FAC980 Cherokee

📋 copy color: '#FAC980'

red 250 ◦ green 201 ◦ blue 128

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

Shades of Cherokee #FAC980

Tints of Cherokee #FAC980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.11%

R = 43.18%
G = 34.72%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAC980 (or 0xFAC980) is known color: Cherokee. HEX triplet: FA, C9 and 80. RGB value is (250,201,128). Sum of RGB (Red+Green+Blue) = 250+201+128=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC980 is #05367F. Grayscale: #CFCFCF. Windows color (decimal): -341632 or 8440314. OLE color: 8440314.

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

Color convert

RGB 250 201 128 -
CMYK 0 0.20 0.49 0.02
HSL 35.9º 0.92% 0.74% -
HSV(B) 35.9º 0.49% 0.98% -
XYZ 64.21 63.66 29.32 -
YUV 207.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 250 201 128 0 0.20 0.49 0.02 35.9 0.92 0.74
Hex FA C9 80 0 14 31 2 24 5C 4A
Octal 372 311 200 0 24 61 2 44 134 112
Binary 11111010 11001001 10000000 0 10100 110001 10 100100 1011100 1001010

Color Harmonies of #FAC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC980

Black with #FAC980

Text Example


Text Example

White with #FAC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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