#F2802A

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

Shades of Sun #F2802A

Tints of Sun #F2802A

Color information

#F2802A (or 0xF2802A) is unknown color: approx Sun. HEX triplet: F2, 80 and 2A. RGB value is (242,128,42). Sum of RGB (Red+Green+Blue) = 242+128+42=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F2802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2802A is #0D7FD5. Grayscale: #989898. Windows color (decimal): -884694 or 2785522. OLE color: 2785522.

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

Color convert

RGB24212842-
CMYK00.470.830.05
HSL25.8º88.5%55.69%-
HSV(B)25.8º82.64%94.9%-
XYZ44.7634.486.49-
YUV152.2865.77191.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.74%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 42 (16.80% from 255) = 10.19%
R=58.74%
G=31.07%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421284200.470.830.0525.888.555.69
HexF2802A02F5351a5838
Octal3622005205712353213070
Binary111100101000000010101001011111010011101110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2802A; }

 p { color: rgb(242,128,42); }

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

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

 a { background-color: rgb(242,128,42); }

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

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

 span { border-color: rgb(242,128,42); }

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