#F1B32A

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

Shades of Bright Sun #F1B32A

Tints of Bright Sun #F1B32A

Color information

#F1B32A (or 0xF1B32A) is unknown color: approx Bright Sun. HEX triplet: F1, B3 and 2A. RGB value is (241,179,42). Sum of RGB (Red+Green+Blue) = 241+179+42=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B32A is #0E4CD5. Grayscale: #B6B6B6. Windows color (decimal): -937174 or 2798577. OLE color: 2798577.

HSL color Cylindrical-coordinate representation of color #F1B32A: hue angle of 41.31º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1B32A is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24117942-
CMYK00.260.830.05
HSL41.31º87.67%55.49%-
HSV(B)41.31º82.57%94.51%-
XYZ52.8151.119.27-
YUV181.9249.04170.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 42 (16.80% from 255) = 9.09%
R=52.16%
G=38.74%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411794200.260.830.0541.3187.6755.49
HexF1B32A01A535295837
Octal3612635203212355113067
Binary111100011011001110101001101010100111011010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B32A; }

 p { color: rgb(241,179,42); }

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

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

 a { background-color: rgb(241,179,42); }

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

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

 span { border-color: rgb(241,179,42); }

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