#FBD28A

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

Shades of Cherokee #FBD28A

Tints of Cherokee #FBD28A

Color information

#FBD28A (or 0xFBD28A) is unknown color: approx Cherokee. HEX triplet: FB, D2 and 8A. RGB value is (251,210,138). Sum of RGB (Red+Green+Blue) = 251+210+138=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD28A is #042D75. Grayscale: #D6D6D6. Windows color (decimal): -273782 or 9097979. OLE color: 9097979.

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

Color convert

RGB251210138-
CMYK00.160.450.02
HSL38.23º93.39%76.27%-
HSV(B)38.23º45.02%98.43%-
XYZ67.4268.4433.7-
YUV214.0585.08154.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 138 (54.30% from 255) = 23.04%
R=41.90%
G=35.06%
B=23.04%

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
Decimal25121013800.160.450.0238.2393.3976.27
HexFBD28A0102D2265d4c
Octal37332221202055246135114
Binary1111101111010010100010100100001011011010011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD28A; }

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

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

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

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

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

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

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

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