#FEB94E

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

Shades of Koromiko #FEB94E

Tints of Koromiko #FEB94E

Color information

#FEB94E (or 0xFEB94E) is unknown color: approx Koromiko. HEX triplet: FE, B9 and 4E. RGB value is (254,185,78). Sum of RGB (Red+Green+Blue) = 254+185+78=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB94E is #0146B1. Grayscale: #C1C1C1. Windows color (decimal): -83634 or 5159422. OLE color: 5159422.

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

Color convert

RGB25418578-
CMYK00.270.690.00
HSL36.48º98.88%65.1%-
HSV(B)36.48º69.29%99.61%-
XYZ59.656.3214.94-
YUV193.4362.86171.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 78 (30.86% from 255) = 15.09%
R=49.13%
G=35.78%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541857800.270.690.0036.4898.8865.1
HexFEB94E01B450246341
Octal376271116033105044143101
Binary111111101011100110011100110111000101010010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB94E; }

 p { color: rgb(254,185,78); }

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

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

 a { background-color: rgb(254,185,78); }

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

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

 span { border-color: rgb(254,185,78); }

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