#F1B32B

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

Shades of Bright Sun #F1B32B

Tints of Bright Sun #F1B32B

Color information

#F1B32B (or 0xF1B32B) is unknown color: approx Bright Sun. HEX triplet: F1, B3 and 2B. RGB value is (241,179,43). Sum of RGB (Red+Green+Blue) = 241+179+43=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B32B is #0E4CD4. Grayscale: #B6B6B6. Windows color (decimal): -937173 or 2864113. OLE color: 2864113.

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

Color convert

RGB24117943-
CMYK00.260.820.05
HSL41.21º87.61%55.69%-
HSV(B)41.21º82.16%94.51%-
XYZ52.8351.129.37-
YUV182.0349.54170.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 43 (17.19% from 255) = 9.29%
R=52.05%
G=38.66%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411794300.260.820.0541.2187.6155.69
HexF1B32B01A525295838
Octal3612635303212255113070
Binary111100011011001110101101101010100101011010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B32B; }

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

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

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

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

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

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

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

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