Html Css Color HEX #FACC8B Cherokee

📋 copy color: '#FACC8B'

red 250 ◦ green 204 ◦ blue 139

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

Shades of Cherokee #FACC8B

Tints of Cherokee #FACC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.44%

R = 42.16%
G = 34.4%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FACC8B (or 0xFACC8B) is known color: Cherokee. HEX triplet: FA, CC and 8B. RGB value is (250,204,139). Sum of RGB (Red+Green+Blue) = 250+204+139=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC8B is #053374. Grayscale: #D2D2D2. Windows color (decimal): -340853 or 9161978. OLE color: 9161978.

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

Color convert

RGB 250 204 139 -
CMYK 0 0.18 0.44 0.02
HSL 35.14º 0.92% 0.76% -
HSV(B) 35.14º 0.44% 0.98% -
XYZ 65.68 65.37 33.58 -
YUV 210.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 250 204 139 0 0.18 0.44 0.02 35.14 0.92 0.76
Hex FA CC 8B 0 12 2C 2 23 5C 4C
Octal 372 314 213 0 22 54 2 43 134 114
Binary 11111010 11001100 10001011 0 10010 101100 10 100011 1011100 1001100

Color Harmonies of #FACC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC8B

Black with #FACC8B

Text Example


Text Example

White with #FACC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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