Html Css Color HEX #FACC80 Cherokee

📋 copy color: '#FACC80'

red 250 ◦ green 204 ◦ blue 128

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

Shades of Cherokee #FACC80

Tints of Cherokee #FACC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 42.96%
G = 35.05%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FACC80 (or 0xFACC80) is known color: Cherokee. HEX triplet: FA, CC and 80. RGB value is (250,204,128). Sum of RGB (Red+Green+Blue) = 250+204+128=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC80 is #05337F. Grayscale: #D1D1D1. Windows color (decimal): -340864 or 8441082. OLE color: 8441082.

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

Color convert

RGB 250 204 128 -
CMYK 0 0.18 0.49 0.02
HSL 37.38º 0.92% 0.74% -
HSV(B) 37.38º 0.49% 0.98% -
XYZ 64.91 65.07 29.56 -
YUV 209.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 250 204 128 0 0.18 0.49 0.02 37.38 0.92 0.74
Hex FA CC 80 0 12 31 2 25 5C 4A
Octal 372 314 200 0 22 61 2 45 134 112
Binary 11111010 11001100 10000000 0 10010 110001 10 100101 1011100 1001010

Color Harmonies of #FACC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC80

Black with #FACC80

Text Example


Text Example

White with #FACC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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