#FBD182

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

Shades of Cherokee #FBD182

Tints of Cherokee #FBD182

Color information

#FBD182 (or 0xFBD182) is unknown color: approx Cherokee. HEX triplet: FB, D1 and 82. RGB value is (251,209,130). Sum of RGB (Red+Green+Blue) = 251+209+130=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD182 is #042E7D. Grayscale: #D4D4D4. Windows color (decimal): -274046 or 8573435. OLE color: 8573435.

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

Color convert

RGB251209130-
CMYK00.170.480.02
HSL39.17º93.8%74.71%-
HSV(B)39.17º48.21%98.43%-
XYZ66.6167.7230.68-
YUV212.5581.41155.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 130 (51.17% from 255) = 22.03%
R=42.54%
G=35.42%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120913000.170.480.0239.1793.874.71
HexFBD182011302275e4b
Octal37332120202160247136113
Binary1111101111010001100000100100011100001010011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD182; }

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

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

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

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

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

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

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

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