#F1B94E

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

Shades of Ronchi #F1B94E

Tints of Ronchi #F1B94E

Color information

#F1B94E (or 0xF1B94E) is unknown color: approx Ronchi. HEX triplet: F1, B9 and 4E. RGB value is (241,185,78). Sum of RGB (Red+Green+Blue) = 241+185+78=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B94E is #0E46B1. Grayscale: #BEBEBE. Windows color (decimal): -935602 or 5159409. OLE color: 5159409.

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

Color convert

RGB24118578-
CMYK00.230.680.05
HSL39.39º85.34%62.55%-
HSV(B)39.39º67.63%94.51%-
XYZ5553.9514.72-
YUV189.5565.05164.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 78 (30.86% from 255) = 15.48%
R=47.82%
G=36.71%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411857800.230.680.0539.3985.3462.55
HexF1B94E01744527553f
Octal36127111602710454712577
Binary1111000110111001100111001011110001001011001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B94E; }

 p { color: rgb(241,185,78); }

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

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

 a { background-color: rgb(241,185,78); }

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

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

 span { border-color: rgb(241,185,78); }

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