Html Css Color HEX #FAC982 Cherokee

📋 copy color: '#FAC982'

red 250 ◦ green 201 ◦ blue 130

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

Shades of Cherokee #FAC982

Tints of Cherokee #FAC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.6%

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

R = 43.03%
G = 34.6%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAC982 (or 0xFAC982) is known color: Cherokee. HEX triplet: FA, C9 and 82. RGB value is (250,201,130). Sum of RGB (Red+Green+Blue) = 250+201+130=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC982 is #05367D. Grayscale: #CFCFCF. Windows color (decimal): -341630 or 8571386. OLE color: 8571386.

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

Color convert

RGB 250 201 130 -
CMYK 0 0.20 0.48 0.02
HSL 35.5º 0.92% 0.75% -
HSV(B) 35.5º 0.48% 0.98% -
XYZ 64.34 63.71 30.03 -
YUV 207.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 250 201 130 0 0.20 0.48 0.02 35.5 0.92 0.75
Hex FA C9 82 0 14 30 2 24 5C 4B
Octal 372 311 202 0 24 60 2 44 134 113
Binary 11111010 11001001 10000010 0 10100 110000 10 100100 1011100 1001011

Color Harmonies of #FAC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC982

Black with #FAC982

Text Example


Text Example

White with #FAC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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