#F1BB5D

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

Shades of Ronchi #F1BB5D

Tints of Ronchi #F1BB5D

Color information

#F1BB5D (or 0xF1BB5D) is unknown color: approx Ronchi. HEX triplet: F1, BB and 5D. RGB value is (241,187,93). Sum of RGB (Red+Green+Blue) = 241+187+93=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BB5D is #0E44A2. Grayscale: #C0C0C0. Windows color (decimal): -935075 or 6142961. OLE color: 6142961.

HSL color Cylindrical-coordinate representation of color #F1BB5D: hue angle of 38.11º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1BB5D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24118793-
CMYK00.220.610.05
HSL38.11º84.09%65.49%-
HSV(B)38.11º61.41%94.51%-
XYZ56.0255.0318.03-
YUV192.4371.89162.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=46.26%
G=35.89%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411879300.220.610.0538.1184.0965.49
HexF1BB5D0163D5265441
Octal36127313502675546124101
Binary1111000110111011101110101011011110110110011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB5D; }

 p { color: rgb(241,187,93); }

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

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

 a { background-color: rgb(241,187,93); }

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

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

 span { border-color: rgb(241,187,93); }

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