#F0BA5B

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

Shades of Ronchi #F0BA5B

Tints of Ronchi #F0BA5B

Color information

#F0BA5B (or 0xF0BA5B) is unknown color: approx Ronchi. HEX triplet: F0, BA and 5B. RGB value is (240,186,91). Sum of RGB (Red+Green+Blue) = 240+186+91=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA5B is #0F45A4. Grayscale: #BFBFBF. Windows color (decimal): -1000869 or 6011632. OLE color: 6011632.

HSL color Cylindrical-coordinate representation of color #F0BA5B: hue angle of 38.26º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0BA5B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB24018691-
CMYK00.220.620.06
HSL38.26º83.24%64.9%-
HSV(B)38.26º62.08%94.12%-
XYZ55.3854.417.48-
YUV191.3271.39162.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.42%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 91 (35.94% from 255) = 17.60%
R=46.42%
G=35.98%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401869100.220.620.0638.2683.2464.9
HexF0BA5B0163E6265341
Octal36027213302676646123101
Binary1111000010111010101101101011011111011010011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA5B; }

 p { color: rgb(240,186,91); }

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

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

 a { background-color: rgb(240,186,91); }

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

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

 span { border-color: rgb(240,186,91); }

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