Html Css Color HEX #FACA84 Cherokee

📋 copy color: '#FACA84'

red 250 ◦ green 202 ◦ blue 132

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

Shades of Cherokee #FACA84

Tints of Cherokee #FACA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.59%

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

R = 42.81%
G = 34.59%
B = 22.6%

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

#FACA84 (or 0xFACA84) is known color: Cherokee. HEX triplet: FA, CA and 84. RGB value is (250,202,132). Sum of RGB (Red+Green+Blue) = 250+202+132=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA84 is #05357B. Grayscale: #D0D0D0. Windows color (decimal): -341372 or 8702714. OLE color: 8702714.

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

Color convert

RGB 250 202 132 -
CMYK 0 0.19 0.47 0.02
HSL 35.59º 0.92% 0.75% -
HSV(B) 35.59º 0.47% 0.98% -
XYZ 64.71 64.23 30.82 -
YUV 208.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 250 202 132 0 0.19 0.47 0.02 35.59 0.92 0.75
Hex FA CA 84 0 13 2F 2 24 5C 4B
Octal 372 312 204 0 23 57 2 44 134 113
Binary 11111010 11001010 10000100 0 10011 101111 10 100100 1011100 1001011

Color Harmonies of #FACA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA84

Black with #FACA84

Text Example


Text Example

White with #FACA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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