#F29332

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

Shades of Sun #F29332

Tints of Sun #F29332

Color information

#F29332 (or 0xF29332) is unknown color: approx Sun. HEX triplet: F2, 93 and 32. RGB value is (242,147,50). Sum of RGB (Red+Green+Blue) = 242+147+50=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F29332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29332 is #0D6CCD. Grayscale: #A4A4A4. Windows color (decimal): -879822 or 3314674. OLE color: 3314674.

HSL color Cylindrical-coordinate representation of color #F29332: hue angle of 30.31º degrees, saturation: 0.88, 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 #F29332 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24214750-
CMYK00.390.790.05
HSL30.31º88.07%57.25%-
HSV(B)30.31º79.34%94.9%-
XYZ47.6339.978.22-
YUV164.3563.47183.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 50 (19.92% from 255) = 11.39%
R=55.13%
G=33.49%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421475000.390.790.0530.3188.0757.25
HexF293320274F51e5839
Octal3622236204711753613071
Binary111100101001001111001001001111001111101111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29332; }

 p { color: rgb(242,147,50); }

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

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

 a { background-color: rgb(242,147,50); }

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

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

 span { border-color: rgb(242,147,50); }

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