#FEB552

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

Shades of Koromiko #FEB552

Tints of Koromiko #FEB552

Color information

#FEB552 (or 0xFEB552) is unknown color: approx Koromiko. HEX triplet: FE, B5 and 52. RGB value is (254,181,82). Sum of RGB (Red+Green+Blue) = 254+181+82=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB552 is #014AAD. Grayscale: #C0C0C0. Windows color (decimal): -84654 or 5420542. OLE color: 5420542.

HSL color Cylindrical-coordinate representation of color #FEB552: hue angle of 34.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEB552 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB25418182-
CMYK00.290.680.00
HSL34.53º98.85%65.88%-
HSV(B)34.53º67.72%99.61%-
XYZ58.9254.7315.44-
YUV191.5466.18172.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 82 (32.42% from 255) = 15.86%
R=49.13%
G=35.01%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541818200.290.680.0034.5398.8565.88
HexFEB55201D440236342
Octal376265122035104043143102
Binary111111101011010110100100111011000100010001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB552; }

 p { color: rgb(254,181,82); }

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

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

 a { background-color: rgb(254,181,82); }

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

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

 span { border-color: rgb(254,181,82); }

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