#FEB453

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

Shades of Koromiko #FEB453

Tints of Koromiko #FEB453

Color information

#FEB453 (or 0xFEB453) is unknown color: approx Koromiko. HEX triplet: FE, B4 and 53. RGB value is (254,180,83). Sum of RGB (Red+Green+Blue) = 254+180+83=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB453 is #014BAC. Grayscale: #BFBFBF. Windows color (decimal): -84909 or 5485822. OLE color: 5485822.

HSL color Cylindrical-coordinate representation of color #FEB453: hue angle of 34.04º 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 #FEB453 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB25418083-
CMYK00.290.670.00
HSL34.04º98.84%66.08%-
HSV(B)34.04º67.32%99.61%-
XYZ58.7654.3415.58-
YUV191.0767.02172.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 83 (32.81% from 255) = 16.05%
R=49.13%
G=34.82%
B=16.05%

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
Decimal2541808300.290.670.0034.0498.8466.08
HexFEB45301D430226342
Octal376264123035103042143102
Binary111111101011010010100110111011000011010001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB453; }

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

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

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

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

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

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

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

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