#feb54c

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

Shades of Koromiko #FEB54C

Tints of Koromiko #FEB54C

Color information

#FEB54C (or 0xFEB54C) is unknown color: approx Koromiko. HEX triplet: FE, B5 and 4C. RGB value is (254,181,76). Sum of RGB (Red+Green+Blue) = 254+181+76=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB54C is #014AB3. Grayscale: #BFBFBF. Windows color (decimal): -84660 or 5027326. OLE color: 5027326.

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

Color convert

RGB25418176-
CMYK00.290.700.00
HSL35.39º98.89%64.71%-
HSV(B)35.39º70.08%99.61%-
XYZ58.754.6414.29-
YUV190.8663.18173.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 76 (30.08% from 255) = 14.87%
R=49.71%
G=35.42%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541817600.290.700.0035.3998.8964.71
HexFEB54C01D460236341
Octal376265114035106043143101
Binary111111101011010110011000111011000110010001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feb54c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feb54c; }

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

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

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

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

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

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

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

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