#FFBA4E

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

Shades of Koromiko #FFBA4E

Tints of Koromiko #FFBA4E

Color information

#FFBA4E (or 0xFFBA4E) is unknown color: approx Koromiko. HEX triplet: FF, BA and 4E. RGB value is (255,186,78). Sum of RGB (Red+Green+Blue) = 255+186+78=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA4E is #0045B1. Grayscale: #C2C2C2. Windows color (decimal): -17842 or 5159679. OLE color: 5159679.

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

Color convert

RGB25518678-
CMYK00.270.690
HSL36.61º100%65.29%-
HSV(B)36.61º69.41%100%-
XYZ60.1756.9315.02-
YUV194.3262.36171.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 78 (30.86% from 255) = 15.03%
R=49.13%
G=35.84%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551867800.270.69036.6110065.29
HexFFBA4E01B450256441
Octal377272116033105045144101
Binary111111111011101010011100110111000101010010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA4E; }

 p { color: rgb(255,186,78); }

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

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

 a { background-color: rgb(255,186,78); }

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

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

 span { border-color: rgb(255,186,78); }

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