#ffba57

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

Shades of Koromiko #FFBA57

Tints of Koromiko #FFBA57

Color information

#FFBA57 (or 0xFFBA57) is unknown color: approx Koromiko. HEX triplet: FF, BA and 57. RGB value is (255,186,87). Sum of RGB (Red+Green+Blue) = 255+186+87=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA57 is #0045A8. Grayscale: #C3C3C3. Windows color (decimal): -17833 or 5749503. OLE color: 5749503.

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

Color convert

RGB25518687-
CMYK00.270.660
HSL35.36º100%67.06%-
HSV(B)35.36º65.88%100%-
XYZ60.5257.0716.84-
YUV195.3466.86170.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 87 (34.38% from 255) = 16.48%
R=48.30%
G=35.23%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551868700.270.66035.3610067.06
HexFFBA5701B420236443
Octal377272127033102043144103
Binary111111111011101010101110110111000010010001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffba57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffba57; }

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

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

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

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

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

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

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

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