Html Css Color HEX #FACB84 Cherokee

📋 copy color: '#FACB84'

red 250 ◦ green 203 ◦ blue 132

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

Shades of Cherokee #FACB84

Tints of Cherokee #FACB84

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

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

R = 42.74%
G = 34.7%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FACB84 (or 0xFACB84) is known color: Cherokee. HEX triplet: FA, CB and 84. RGB value is (250,203,132). Sum of RGB (Red+Green+Blue) = 250+203+132=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB84 is #05347B. Grayscale: #D1D1D1. Windows color (decimal): -341116 or 8702970. OLE color: 8702970.

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

Color convert

RGB 250 203 132 -
CMYK 0 0.19 0.47 0.02
HSL 36.1º 0.92% 0.75% -
HSV(B) 36.1º 0.47% 0.98% -
XYZ 64.95 64.7 30.9 -
YUV 208.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 250 203 132 0 0.19 0.47 0.02 36.1 0.92 0.75
Hex FA CB 84 0 13 2F 2 24 5C 4B
Octal 372 313 204 0 23 57 2 44 134 113
Binary 11111010 11001011 10000100 0 10011 101111 10 100100 1011100 1001011

Color Harmonies of #FACB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB84

Black with #FACB84

Text Example


Text Example

White with #FACB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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