#F29131

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

Shades of Sun #F29131

Tints of Sun #F29131

Color information

#F29131 (or 0xF29131) is unknown color: approx Sun. HEX triplet: F2, 91 and 31. RGB value is (242,145,49). Sum of RGB (Red+Green+Blue) = 242+145+49=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F29131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29131 is #0D6ECE. Grayscale: #A3A3A3. Windows color (decimal): -880335 or 3248626. OLE color: 3248626.

HSL color Cylindrical-coordinate representation of color #F29131: hue angle of 29.84º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F29131 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24214549-
CMYK00.400.800.05
HSL29.84º88.13%57.06%-
HSV(B)29.84º79.75%94.9%-
XYZ47.339.358.01-
YUV163.0663.64184.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.50%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 49 (19.53% from 255) = 11.24%
R=55.50%
G=33.26%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421454900.400.800.0529.8488.1357.06
HexF291310285051e5839
Octal3622216105012053613071
Binary111100101001000111000101010001010000101111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29131; }

 p { color: rgb(242,145,49); }

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

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

 a { background-color: rgb(242,145,49); }

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

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

 span { border-color: rgb(242,145,49); }

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