#F0BA4F

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

Shades of Ronchi #F0BA4F

Tints of Ronchi #F0BA4F

Color information

#F0BA4F (or 0xF0BA4F) is unknown color: approx Ronchi. HEX triplet: F0, BA and 4F. RGB value is (240,186,79). Sum of RGB (Red+Green+Blue) = 240+186+79=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA4F is #0F45B0. Grayscale: #BEBEBE. Windows color (decimal): -1000881 or 5225200. OLE color: 5225200.

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

Color convert

RGB24018679-
CMYK00.220.670.06
HSL39.88º84.29%62.55%-
HSV(B)39.88º67.08%94.12%-
XYZ54.9154.2114.97-
YUV189.9565.39163.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 79 (31.25% from 255) = 15.64%
R=47.52%
G=36.83%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401867900.220.670.0639.8884.2962.55
HexF0BA4F01643628543f
Octal36027211702610365012477
Binary1111000010111010100111101011010000111101010001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA4F; }

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

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

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

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

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

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

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

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