#FEB64D

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

Shades of Koromiko #FEB64D

Tints of Koromiko #FEB64D

Color information

#FEB64D (or 0xFEB64D) is unknown color: approx Koromiko. HEX triplet: FE, B6 and 4D. RGB value is (254,182,77). Sum of RGB (Red+Green+Blue) = 254+182+77=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB64D is #0149B2. Grayscale: #C0C0C0. Windows color (decimal): -84403 or 5093118. OLE color: 5093118.

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

Color convert

RGB25418277-
CMYK00.280.700.00
HSL35.59º98.88%64.9%-
HSV(B)35.59º69.69%99.61%-
XYZ58.9455.0614.54-
YUV191.5663.35172.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 77 (30.47% from 255) = 15.01%
R=49.51%
G=35.48%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541827700.280.700.0035.5998.8864.9
HexFEB64D01C460246341
Octal376266115034106044143101
Binary111111101011011010011010111001000110010010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB64D; }

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

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

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

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

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

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

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

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