#F2B849

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

Shades of Ronchi #F2B849

Tints of Ronchi #F2B849

Color information

#F2B849 (or 0xF2B849) is unknown color: approx Ronchi. HEX triplet: F2, B8 and 49. RGB value is (242,184,73). Sum of RGB (Red+Green+Blue) = 242+184+73=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B849 is #0D47B6. Grayscale: #BDBDBD. Windows color (decimal): -870327 or 4831474. OLE color: 4831474.

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

Color convert

RGB24218473-
CMYK00.240.700.05
HSL39.41º86.67%61.76%-
HSV(B)39.41º69.83%94.9%-
XYZ54.9653.6413.76-
YUV188.6962.72166.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 73 (28.91% from 255) = 14.63%
R=48.50%
G=36.87%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421847300.240.700.0539.4186.6761.76
HexF2B84901846527573e
Octal36227011103010654712776
Binary1111001010111000100100101100010001101011001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B849; }

 p { color: rgb(242,184,73); }

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

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

 a { background-color: rgb(242,184,73); }

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

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

 span { border-color: rgb(242,184,73); }

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