#FBC982

Color #FBC982 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #FBC982

Tints of Cherokee #FBC982

Color information

#FBC982 (or 0xFBC982) is unknown color: approx Cherokee. HEX triplet: FB, C9 and 82. RGB value is (251,201,130). Sum of RGB (Red+Green+Blue) = 251+201+130=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC982 is #04367D. Grayscale: #D0D0D0. Windows color (decimal): -276094 or 8571387. OLE color: 8571387.

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

Color convert

RGB251201130-
CMYK00.200.480.02
HSL35.21º93.8%74.71%-
HSV(B)35.21º48.21%98.43%-
XYZ64.763.8930.04-
YUV207.8684.07158.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 130 (51.17% from 255) = 22.34%
R=43.13%
G=34.54%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120113000.200.480.0235.2193.874.71
HexFBC982014302235e4b
Octal37331120202460243136113
Binary1111101111001001100000100101001100001010001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC982; }

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

 H1.HeaderClassName
 {
   color: #FBC982;
 }
 .AnyTagClassName
 {
   color: #FBC982;
 }
</style>
background-color css

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

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

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

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

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

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