#FFBA54

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

Shades of Koromiko #FFBA54

Tints of Koromiko #FFBA54

Color information

#FFBA54 (or 0xFFBA54) is unknown color: approx Koromiko. HEX triplet: FF, BA and 54. RGB value is (255,186,84). Sum of RGB (Red+Green+Blue) = 255+186+84=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA54 is #0045AB. Grayscale: #C3C3C3. Windows color (decimal): -17836 or 5552895. OLE color: 5552895.

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

Color convert

RGB25518684-
CMYK00.270.670
HSL35.79º100%66.47%-
HSV(B)35.79º67.06%100%-
XYZ60.457.0216.21-
YUV19565.36170.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 84 (33.20% from 255) = 16%
R=48.57%
G=35.43%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551868400.270.67035.7910066.47
HexFFBA5401B430246442
Octal377272124033103044144102
Binary111111111011101010101000110111000011010010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA54; }

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

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

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

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

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

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

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

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