#F1B22A

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

Shades of Bright Sun #F1B22A

Tints of Bright Sun #F1B22A

Color information

#F1B22A (or 0xF1B22A) is unknown color: approx Bright Sun. HEX triplet: F1, B2 and 2A. RGB value is (241,178,42). Sum of RGB (Red+Green+Blue) = 241+178+42=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B22A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B22A is #0E4DD5. Grayscale: #B5B5B5. Windows color (decimal): -937430 or 2798321. OLE color: 2798321.

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

Color convert

RGB24117842-
CMYK00.260.830.05
HSL41.01º87.67%55.49%-
HSV(B)41.01º82.57%94.51%-
XYZ52.6150.719.21-
YUV181.3349.37170.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 42 (16.80% from 255) = 9.11%
R=52.28%
G=38.61%
B=9.11%

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
Decimal2411784200.260.830.0541.0187.6755.49
HexF1B22A01A535295837
Octal3612625203212355113067
Binary111100011011001010101001101010100111011010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B22A; }

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

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

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

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

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

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

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

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