#F1B930

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

Shades of Bright Sun #F1B930

Tints of Bright Sun #F1B930

Color information

#F1B930 (or 0xF1B930) is unknown color: approx Bright Sun. HEX triplet: F1, B9 and 30. RGB value is (241,185,48). Sum of RGB (Red+Green+Blue) = 241+185+48=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B930 is #0E46CF. Grayscale: #BABABA. Windows color (decimal): -935632 or 3193329. OLE color: 3193329.

HSL color Cylindrical-coordinate representation of color #F1B930: hue angle of 42.59º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1B930 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24118548-
CMYK00.230.800.05
HSL42.59º87.33%56.67%-
HSV(B)42.59º80.08%94.51%-
XYZ54.1653.6110.29-
YUV186.1350.05167.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.84%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 48 (19.14% from 255) = 10.13%
R=50.84%
G=39.03%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411854800.230.800.0542.5987.3356.67
HexF1B9300175052b5739
Octal3612716002712055312771
Binary111100011011100111000001011110100001011010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B930; }

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

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

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

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

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

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

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

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