#FBD28B

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

Shades of Cherokee #FBD28B

Tints of Cherokee #FBD28B

Color information

#FBD28B (or 0xFBD28B) is unknown color: approx Cherokee. HEX triplet: FB, D2 and 8B. RGB value is (251,210,139). Sum of RGB (Red+Green+Blue) = 251+210+139=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD28B is #042D74. Grayscale: #D6D6D6. Windows color (decimal): -273781 or 9163515. OLE color: 9163515.

HSL color Cylindrical-coordinate representation of color #FBD28B: hue angle of 38.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBD28B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251210139-
CMYK00.160.450.02
HSL38.04º93.33%76.47%-
HSV(B)38.04º44.62%98.43%-
XYZ67.4968.4734.08-
YUV214.1685.58154.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 139 (54.69% from 255) = 23.17%
R=41.83%
G=35%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121013900.160.450.0238.0493.3376.47
HexFBD28B0102D2265d4c
Octal37332221302055246135114
Binary1111101111010010100010110100001011011010011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD28B; }

 p { color: rgb(251,210,139); }

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

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

 a { background-color: rgb(251,210,139); }

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

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

 span { border-color: rgb(251,210,139); }

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