#f2b84c

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

Shades of Ronchi #F2B84C

Tints of Ronchi #F2B84C

Color information

#F2B84C (or 0xF2B84C) is unknown color: approx Ronchi. HEX triplet: F2, B8 and 4C. RGB value is (242,184,76). Sum of RGB (Red+Green+Blue) = 242+184+76=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B84C is #0D47B3. Grayscale: #BDBDBD. Windows color (decimal): -870324 or 5028082. OLE color: 5028082.

HSL color Cylindrical-coordinate representation of color #F2B84C: hue angle of 39.04º 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 #F2B84C is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24218476-
CMYK00.240.690.05
HSL39.04º86.46%62.35%-
HSV(B)39.04º68.6%94.9%-
XYZ55.0653.6814.3-
YUV189.0364.22165.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 76 (30.08% from 255) = 15.14%
R=48.21%
G=36.65%
B=15.14%

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
Decimal2421847600.240.690.0539.0486.4662.35
HexF2B84C01845527563e
Octal36227011403010554712676
Binary1111001010111000100110001100010001011011001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b84c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b84c; }

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

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

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

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

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

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

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

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