#FFBA4A

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

Shades of Koromiko #FFBA4A

Tints of Koromiko #FFBA4A

Color information

#FFBA4A (or 0xFFBA4A) is unknown color: approx Koromiko. HEX triplet: FF, BA and 4A. RGB value is (255,186,74). Sum of RGB (Red+Green+Blue) = 255+186+74=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA4A is #0045B5. Grayscale: #C2C2C2. Windows color (decimal): -17846 or 4897535. OLE color: 4897535.

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

Color convert

RGB25518674-
CMYK00.270.710
HSL37.13º100%64.51%-
HSV(B)37.13º70.98%100%-
XYZ60.0356.8714.29-
YUV193.8660.36171.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 74 (29.30% from 255) = 14.37%
R=49.51%
G=36.12%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551867400.270.71037.1310064.51
HexFFBA4A01B470256441
Octal377272112033107045144101
Binary111111111011101010010100110111000111010010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA4A; }

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

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

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

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

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

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

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

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