Html Css Color HEX #FACE7D Cherokee

📋 copy color: '#FACE7D'

red 250 ◦ green 206 ◦ blue 125

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

Shades of Cherokee #FACE7D

Tints of Cherokee #FACE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.51%

R = 43.03%
G = 35.46%
B = 21.51%

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

#FACE7D (or 0xFACE7D) is known color: Cherokee. HEX triplet: FA, CE and 7D. RGB value is (250,206,125). Sum of RGB (Red+Green+Blue) = 250+206+125=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE7D is #053182. Grayscale: #D2D2D2. Windows color (decimal): -340355 or 8244986. OLE color: 8244986.

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

Color convert

RGB 250 206 125 -
CMYK 0 0.18 0.50 0.02
HSL 38.88º 0.93% 0.74% -
HSV(B) 38.88º 0.5% 0.98% -
XYZ 65.2 65.95 28.69 -
YUV 209.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 250 206 125 0 0.18 0.50 0.02 38.88 0.93 0.74
Hex FA CE 7D 0 12 32 2 27 5D 4A
Octal 372 316 175 0 22 62 2 47 135 112
Binary 11111010 11001110 1111101 0 10010 110010 10 100111 1011101 1001010

Color Harmonies of #FACE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE7D

Black with #FACE7D

Text Example


Text Example

White with #FACE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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