#F0B84C

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

Shades of Ronchi #F0B84C

Tints of Ronchi #F0B84C

Color information

#F0B84C (or 0xF0B84C) is unknown color: approx Ronchi. HEX triplet: F0, B8 and 4C. RGB value is (240,184,76). Sum of RGB (Red+Green+Blue) = 240+184+76=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B84C is #0F47B3. Grayscale: #BCBCBC. Windows color (decimal): -1001396 or 5028080. OLE color: 5028080.

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

Color convert

RGB24018476-
CMYK00.230.680.06
HSL39.51º84.54%61.96%-
HSV(B)39.51º68.33%94.12%-
XYZ54.3853.3314.26-
YUV188.4364.55164.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 76 (30.08% from 255) = 15.2%
R=48%
G=36.8%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401847600.230.680.0639.5184.5461.96
HexF0B84C01744628553e
Octal36027011402710465012576
Binary1111000010111000100110001011110001001101010001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B84C; }

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

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

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

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

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

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

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

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