#F1B84C

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

Shades of Ronchi #F1B84C

Tints of Ronchi #F1B84C

Color information

#F1B84C (or 0xF1B84C) is unknown color: approx Ronchi. HEX triplet: F1, B8 and 4C. RGB value is (241,184,76). Sum of RGB (Red+Green+Blue) = 241+184+76=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B84C is #0E47B3. Grayscale: #BDBDBD. Windows color (decimal): -935860 or 5028081. OLE color: 5028081.

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

Color convert

RGB24118476-
CMYK00.240.680.05
HSL39.27º85.49%62.16%-
HSV(B)39.27º68.46%94.51%-
XYZ54.7253.514.28-
YUV188.7364.38165.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 76 (30.08% from 255) = 15.17%
R=48.10%
G=36.73%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411847600.240.680.0539.2785.4962.16
HexF1B84C01844527553e
Octal36127011403010454712576
Binary1111000110111000100110001100010001001011001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B84C; }

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

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

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

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

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

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

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

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