#FEB553

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

Shades of Koromiko #FEB553

Tints of Koromiko #FEB553

Color information

#FEB553 (or 0xFEB553) is unknown color: approx Koromiko. HEX triplet: FE, B5 and 53. RGB value is (254,181,83). Sum of RGB (Red+Green+Blue) = 254+181+83=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB553 is #014AAC. Grayscale: #C0C0C0. Windows color (decimal): -84653 or 5486078. OLE color: 5486078.

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

Color convert

RGB25418183-
CMYK00.290.670.00
HSL34.39º98.84%66.08%-
HSV(B)34.39º67.32%99.61%-
XYZ58.9654.7415.64-
YUV191.6566.68172.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.03%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 83 (32.81% from 255) = 16.02%
R=49.03%
G=34.94%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541818300.290.670.0034.3998.8466.08
HexFEB55301D430226342
Octal376265123035103042143102
Binary111111101011010110100110111011000011010001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB553; }

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

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

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

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

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

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

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

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