#feb64c

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

Shades of Koromiko #FEB64C

Tints of Koromiko #FEB64C

Color information

#FEB64C (or 0xFEB64C) is unknown color: approx Koromiko. HEX triplet: FE, B6 and 4C. RGB value is (254,182,76). Sum of RGB (Red+Green+Blue) = 254+182+76=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB64C is #0149B3. Grayscale: #BFBFBF. Windows color (decimal): -84404 or 5027582. OLE color: 5027582.

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

Color convert

RGB25418276-
CMYK00.280.700.00
HSL35.73º98.89%64.71%-
HSV(B)35.73º70.08%99.61%-
XYZ58.9155.0514.36-
YUV191.4462.85172.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 76 (30.08% from 255) = 14.84%
R=49.61%
G=35.55%
B=14.84%

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
Decimal2541827600.280.700.0035.7398.8964.71
HexFEB64C01C460246341
Octal376266114034106044143101
Binary111111101011011010011000111001000110010010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feb64c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feb64c; }

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

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

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

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

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

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

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

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