#FBD38A

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

Shades of Cherokee #FBD38A

Tints of Cherokee #FBD38A

Color information

#FBD38A (or 0xFBD38A) is unknown color: approx Cherokee. HEX triplet: FB, D3 and 8A. RGB value is (251,211,138). Sum of RGB (Red+Green+Blue) = 251+211+138=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD38A is #042C75. Grayscale: #D6D6D6. Windows color (decimal): -273526 or 9098235. OLE color: 9098235.

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

Color convert

RGB251211138-
CMYK00.160.450.02
HSL38.76º93.39%76.27%-
HSV(B)38.76º45.02%98.43%-
XYZ67.6768.9333.78-
YUV214.6484.75153.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 138 (54.30% from 255) = 23%
R=41.83%
G=35.17%
B=23%

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
Decimal25121113800.160.450.0238.7693.3976.27
HexFBD38A0102D2275d4c
Octal37332321202055247135114
Binary1111101111010011100010100100001011011010011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD38A; }

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

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

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

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

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

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

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

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