Html Css Color HEX #FACC82 Cherokee

📋 copy color: '#FACC82'

red 250 ◦ green 204 ◦ blue 130

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

Shades of Cherokee #FACC82

Tints of Cherokee #FACC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.26%

R = 42.81%
G = 34.93%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FACC82 (or 0xFACC82) is known color: Cherokee. HEX triplet: FA, CC and 82. RGB value is (250,204,130). Sum of RGB (Red+Green+Blue) = 250+204+130=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC82 is #05337D. Grayscale: #D1D1D1. Windows color (decimal): -340862 or 8572154. OLE color: 8572154.

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

Color convert

RGB 250 204 130 -
CMYK 0 0.18 0.48 0.02
HSL 37º 0.92% 0.75% -
HSV(B) 37º 0.48% 0.98% -
XYZ 65.05 65.12 30.26 -
YUV 209.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 250 204 130 0 0.18 0.48 0.02 37 0.92 0.75
Hex FA CC 82 0 12 30 2 25 5C 4B
Octal 372 314 202 0 22 60 2 45 134 113
Binary 11111010 11001100 10000010 0 10010 110000 10 100101 1011100 1001011

Color Harmonies of #FACC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC82

Black with #FACC82

Text Example


Text Example

White with #FACC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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