#F0B647

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

Shades of Ronchi #F0B647

Tints of Ronchi #F0B647

Color information

#F0B647 (or 0xF0B647) is unknown color: approx Ronchi. HEX triplet: F0, B6 and 47. RGB value is (240,182,71). Sum of RGB (Red+Green+Blue) = 240+182+71=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B647 is #0F49B8. Grayscale: #BBBBBB. Windows color (decimal): -1001913 or 4699888. OLE color: 4699888.

HSL color Cylindrical-coordinate representation of color #F0B647: hue angle of 39.41º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0B647 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24018271-
CMYK00.240.700.06
HSL39.41º84.92%60.98%-
HSV(B)39.41º70.42%94.12%-
XYZ53.852.4413.25-
YUV186.6962.72166.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.68%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 71 (28.12% from 255) = 14.40%
R=48.68%
G=36.92%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401827100.240.700.0639.4184.9260.98
HexF0B64701846627553d
Octal36026610703010664712575
Binary1111000010110110100011101100010001101101001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B647; }

 p { color: rgb(240,182,71); }

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

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

 a { background-color: rgb(240,182,71); }

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

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

 span { border-color: rgb(240,182,71); }

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