#feba47

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

Shades of Koromiko #FEBA47

Tints of Koromiko #FEBA47

Color information

#FEBA47 (or 0xFEBA47) is unknown color: approx Koromiko. HEX triplet: FE, BA and 47. RGB value is (254,186,71). Sum of RGB (Red+Green+Blue) = 254+186+71=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA47 is #0145B8. Grayscale: #C1C1C1. Windows color (decimal): -83385 or 4700926. OLE color: 4700926.

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

Color convert

RGB25418671-
CMYK00.270.720.00
HSL37.7º98.92%63.73%-
HSV(B)37.7º72.05%99.61%-
XYZ59.5756.6413.75-
YUV193.2259.03171.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 71 (28.12% from 255) = 13.89%
R=49.71%
G=36.40%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541867100.270.720.0037.798.9263.73
HexFEBA4701B480266340
Octal376272107033110046143100
Binary111111101011101010001110110111001000010011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feba47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feba47; }

 p { color: rgb(254,186,71); }

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

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

 a { background-color: rgb(254,186,71); }

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

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

 span { border-color: rgb(254,186,71); }

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