#F2B94C

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

Shades of Ronchi #F2B94C

Tints of Ronchi #F2B94C

Color information

#F2B94C (or 0xF2B94C) is unknown color: approx Ronchi. HEX triplet: F2, B9 and 4C. RGB value is (242,185,76). Sum of RGB (Red+Green+Blue) = 242+185+76=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B94C is #0D46B3. Grayscale: #BEBEBE. Windows color (decimal): -870068 or 5028338. OLE color: 5028338.

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

Color convert

RGB24218576-
CMYK00.240.690.05
HSL39.4º86.46%62.35%-
HSV(B)39.4º68.6%94.9%-
XYZ55.2754.114.37-
YUV189.6263.88165.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 76 (30.08% from 255) = 15.11%
R=48.11%
G=36.78%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421857600.240.690.0539.486.4662.35
HexF2B94C01845527563e
Octal36227111403010554712676
Binary1111001010111001100110001100010001011011001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B94C; }

 p { color: rgb(242,185,76); }

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

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

 a { background-color: rgb(242,185,76); }

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

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

 span { border-color: rgb(242,185,76); }

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