#F1B02A

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

Shades of Bright Sun #F1B02A

Tints of Bright Sun #F1B02A

Color information

#F1B02A (or 0xF1B02A) is unknown color: approx Bright Sun. HEX triplet: F1, B0 and 2A. RGB value is (241,176,42). Sum of RGB (Red+Green+Blue) = 241+176+42=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B02A is #0E4FD5. Grayscale: #B4B4B4. Windows color (decimal): -937942 or 2797809. OLE color: 2797809.

HSL color Cylindrical-coordinate representation of color #F1B02A: hue angle of 40.4º 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 #F1B02A is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24117642-
CMYK00.270.830.05
HSL40.4º87.67%55.49%-
HSV(B)40.4º82.57%94.51%-
XYZ52.2249.929.07-
YUV180.1650.03171.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.51%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 42 (16.80% from 255) = 9.15%
R=52.51%
G=38.34%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411764200.270.830.0540.487.6755.49
HexF1B02A01B535285837
Octal3612605203312355013067
Binary111100011011000010101001101110100111011010001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B02A; }

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

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

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

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

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

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

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

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