Html Css Color HEX #FACE7E Cherokee

📋 copy color: '#FACE7E'

red 250 ◦ green 206 ◦ blue 126

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

Shades of Cherokee #FACE7E

Tints of Cherokee #FACE7E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 42.96%
G = 35.4%
B = 21.65%

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

#FACE7E (or 0xFACE7E) is known color: Cherokee. HEX triplet: FA, CE and 7E. RGB value is (250,206,126). Sum of RGB (Red+Green+Blue) = 250+206+126=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE7E is #053181. Grayscale: #D2D2D2. Windows color (decimal): -340354 or 8310522. OLE color: 8310522.

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

Color convert

RGB 250 206 126 -
CMYK 0 0.18 0.50 0.02
HSL 38.71º 0.93% 0.74% -
HSV(B) 38.71º 0.5% 0.98% -
XYZ 65.26 65.97 29.03 -
YUV 210.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 250 206 126 0 0.18 0.50 0.02 38.71 0.93 0.74
Hex FA CE 7E 0 12 32 2 27 5D 4A
Octal 372 316 176 0 22 62 2 47 135 112
Binary 11111010 11001110 1111110 0 10010 110010 10 100111 1011101 1001010

Color Harmonies of #FACE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE7E

Black with #FACE7E

Text Example


Text Example

White with #FACE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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