Html Css Color HEX #FACE7B Cherokee

📋 copy color: '#FACE7B'

red 250 ◦ green 206 ◦ blue 123

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

Shades of Cherokee #FACE7B

Tints of Cherokee #FACE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.24%

R = 43.18%
G = 35.58%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FACE7B (or 0xFACE7B) is known color: Cherokee. HEX triplet: FA, CE and 7B. RGB value is (250,206,123). Sum of RGB (Red+Green+Blue) = 250+206+123=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE7B is #053184. Grayscale: #D2D2D2. Windows color (decimal): -340357 or 8113914. OLE color: 8113914.

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

Color convert

RGB 250 206 123 -
CMYK 0 0.18 0.51 0.02
HSL 39.21º 0.93% 0.73% -
HSV(B) 39.21º 0.51% 0.98% -
XYZ 65.07 65.9 28.03 -
YUV 209.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 250 206 123 0 0.18 0.51 0.02 39.21 0.93 0.73
Hex FA CE 7B 0 12 33 2 27 5D 49
Octal 372 316 173 0 22 63 2 47 135 111
Binary 11111010 11001110 1111011 0 10010 110011 10 100111 1011101 1001001

Color Harmonies of #FACE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE7B

Black with #FACE7B

Text Example


Text Example

White with #FACE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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