#FEB94D

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

Shades of Koromiko #FEB94D

Tints of Koromiko #FEB94D

Color information

#FEB94D (or 0xFEB94D) is unknown color: approx Koromiko. HEX triplet: FE, B9 and 4D. RGB value is (254,185,77). Sum of RGB (Red+Green+Blue) = 254+185+77=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB94D is #0146B2. Grayscale: #C1C1C1. Windows color (decimal): -83635 or 5093886. OLE color: 5093886.

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

Color convert

RGB25418577-
CMYK00.270.700.00
HSL36.61º98.88%64.9%-
HSV(B)36.61º69.69%99.61%-
XYZ59.5656.314.75-
YUV193.3262.36171.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 77 (30.47% from 255) = 14.92%
R=49.22%
G=35.85%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541857700.270.700.0036.6198.8864.9
HexFEB94D01B460256341
Octal376271115033106045143101
Binary111111101011100110011010110111000110010010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB94D; }

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

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

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

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

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

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

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

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