Html Css Color HEX #FACC84 Cherokee

📋 copy color: '#FACC84'

red 250 ◦ green 204 ◦ blue 132

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

Shades of Cherokee #FACC84

Tints of Cherokee #FACC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.53%

R = 42.66%
G = 34.81%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FACC84 (or 0xFACC84) is known color: Cherokee. HEX triplet: FA, CC and 84. RGB value is (250,204,132). Sum of RGB (Red+Green+Blue) = 250+204+132=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC84 is #05337B. Grayscale: #D1D1D1. Windows color (decimal): -340860 or 8703226. OLE color: 8703226.

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

Color convert

RGB 250 204 132 -
CMYK 0 0.18 0.47 0.02
HSL 36.61º 0.92% 0.75% -
HSV(B) 36.61º 0.47% 0.98% -
XYZ 65.18 65.18 30.97 -
YUV 209.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 250 204 132 0 0.18 0.47 0.02 36.61 0.92 0.75
Hex FA CC 84 0 12 2F 2 25 5C 4B
Octal 372 314 204 0 22 57 2 45 134 113
Binary 11111010 11001100 10000100 0 10010 101111 10 100101 1011100 1001011

Color Harmonies of #FACC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC84

Black with #FACC84

Text Example


Text Example

White with #FACC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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