Html Css Color HEX #FACC7E Cherokee

📋 copy color: '#FACC7E'

red 250 ◦ green 204 ◦ blue 126

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

Shades of Cherokee #FACC7E

Tints of Cherokee #FACC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.72%

R = 43.1%
G = 35.17%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FACC7E (or 0xFACC7E) is known color: Cherokee. HEX triplet: FA, CC and 7E. RGB value is (250,204,126). Sum of RGB (Red+Green+Blue) = 250+204+126=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC7E is #053381. Grayscale: #D1D1D1. Windows color (decimal): -340866 or 8310010. OLE color: 8310010.

HSL color Cylindrical-coordinate representation of color #FACC7E: hue angle of 37.74º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FACC7E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 126 -
CMYK 0 0.18 0.50 0.02
HSL 37.74º 0.93% 0.74% -
HSV(B) 37.74º 0.5% 0.98% -
XYZ 64.78 65.02 28.87 -
YUV 208.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 250 204 126 0 0.18 0.50 0.02 37.74 0.93 0.74
Hex FA CC 7E 0 12 32 2 26 5D 4A
Octal 372 314 176 0 22 62 2 46 135 112
Binary 11111010 11001100 1111110 0 10010 110010 10 100110 1011101 1001010

Color Harmonies of #FACC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC7E

Black with #FACC7E

Text Example


Text Example

White with #FACC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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