Html Css Color HEX #FACE80 Cherokee

📋 copy color: '#FACE80'

red 250 ◦ green 206 ◦ blue 128

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

Shades of Cherokee #FACE80

Tints of Cherokee #FACE80

RGB

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

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

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

R = 42.81%
G = 35.27%
B = 21.92%

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

#FACE80 (or 0xFACE80) is known color: Cherokee. HEX triplet: FA, CE and 80. RGB value is (250,206,128). Sum of RGB (Red+Green+Blue) = 250+206+128=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE80 is #05317F. Grayscale: #D2D2D2. Windows color (decimal): -340352 or 8441594. OLE color: 8441594.

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

Color convert

RGB 250 206 128 -
CMYK 0 0.18 0.49 0.02
HSL 38.36º 0.92% 0.74% -
HSV(B) 38.36º 0.49% 0.98% -
XYZ 65.39 66.03 29.72 -
YUV 210.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 250 206 128 0 0.18 0.49 0.02 38.36 0.92 0.74
Hex FA CE 80 0 12 31 2 26 5C 4A
Octal 372 316 200 0 22 61 2 46 134 112
Binary 11111010 11001110 10000000 0 10010 110001 10 100110 1011100 1001010

Color Harmonies of #FACE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE80

Black with #FACE80

Text Example


Text Example

White with #FACE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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