#FED48B

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

Shades of Cherokee #FED48B

Tints of Cherokee #FED48B

Color information

#FED48B (or 0xFED48B) is unknown color: approx Cherokee. HEX triplet: FE, D4 and 8B. RGB value is (254,212,139). Sum of RGB (Red+Green+Blue) = 254+212+139=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED48B is #012B74. Grayscale: #D8D8D8. Windows color (decimal): -76661 or 9164030. OLE color: 9164030.

HSL color Cylindrical-coordinate representation of color #FED48B: hue angle of 38.09º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FED48B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254212139-
CMYK00.170.450.00
HSL38.09º98.29%77.06%-
HSV(B)38.09º45.28%99.61%-
XYZ69.0870.0234.3-
YUV216.2484.41154.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 139 (54.69% from 255) = 22.98%
R=41.98%
G=35.04%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421213900.170.450.0038.0998.2977.06
HexFED48B0112D026624d
Octal37632421302155046142115
Binary111111101101010010001011010001101101010011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED48B; }

 p { color: rgb(254,212,139); }

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

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

 a { background-color: rgb(254,212,139); }

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

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

 span { border-color: rgb(254,212,139); }

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