#F1B533

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

Shades of Bright Sun #F1B533

Tints of Bright Sun #F1B533

Color information

#F1B533 (or 0xF1B533) is unknown color: approx Bright Sun. HEX triplet: F1, B5 and 33. RGB value is (241,181,51). Sum of RGB (Red+Green+Blue) = 241+181+51=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B533 is #0E4ACC. Grayscale: #B8B8B8. Windows color (decimal): -936653 or 3388913. OLE color: 3388913.

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

Color convert

RGB24118151-
CMYK00.250.790.05
HSL41.05º87.16%57.25%-
HSV(B)41.05º78.84%94.51%-
XYZ53.451.9910.35-
YUV184.1252.88168.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 51 (20.31% from 255) = 10.78%
R=50.95%
G=38.27%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411815100.250.790.0541.0587.1657.25
HexF1B5330194F5295739
Octal3612656303111755112771
Binary111100011011010111001101100110011111011010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B533; }

 p { color: rgb(241,181,51); }

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

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

 a { background-color: rgb(241,181,51); }

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

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

 span { border-color: rgb(241,181,51); }

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