#FEBA4A

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

Shades of Koromiko #FEBA4A

Tints of Koromiko #FEBA4A

Color information

#FEBA4A (or 0xFEBA4A) is unknown color: approx Koromiko. HEX triplet: FE, BA and 4A. RGB value is (254,186,74). Sum of RGB (Red+Green+Blue) = 254+186+74=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA4A is #0145B5. Grayscale: #C2C2C2. Windows color (decimal): -83382 or 4897534. OLE color: 4897534.

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

Color convert

RGB25418674-
CMYK00.270.710.00
HSL37.33º98.9%64.31%-
HSV(B)37.33º70.87%99.61%-
XYZ59.6756.6814.27-
YUV193.5660.53171.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 74 (29.30% from 255) = 14.40%
R=49.42%
G=36.19%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541867400.270.710.0037.3398.964.31
HexFEBA4A01B470256340
Octal376272112033107045143100
Binary111111101011101010010100110111000111010010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA4A; }

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

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

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

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

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

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

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

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