#F0B847

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

Shades of Ronchi #F0B847

Tints of Ronchi #F0B847

Color information

#F0B847 (or 0xF0B847) is unknown color: approx Ronchi. HEX triplet: F0, B8 and 47. RGB value is (240,184,71). Sum of RGB (Red+Green+Blue) = 240+184+71=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B847 is #0F47B8. Grayscale: #BCBCBC. Windows color (decimal): -1001401 or 4700400. OLE color: 4700400.

HSL color Cylindrical-coordinate representation of color #F0B847: hue angle of 40.12º 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 #F0B847 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24018471-
CMYK00.230.700.06
HSL40.12º84.92%60.98%-
HSV(B)40.12º70.42%94.12%-
XYZ54.2153.2613.38-
YUV187.8662.05165.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 71 (28.12% from 255) = 14.34%
R=48.48%
G=37.17%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401847100.230.700.0640.1284.9260.98
HexF0B84701746628553d
Octal36027010702710665012575
Binary1111000010111000100011101011110001101101010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B847; }

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

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

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

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

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

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

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

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