#F0822A

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

Shades of Sun #F0822A

Tints of Sun #F0822A

Color information

#F0822A (or 0xF0822A) is unknown color: approx Sun. HEX triplet: F0, 82 and 2A. RGB value is (240,130,42). Sum of RGB (Red+Green+Blue) = 240+130+42=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0822A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0822A is #0F7DD5. Grayscale: #999999. Windows color (decimal): -1015254 or 2786032. OLE color: 2786032.

HSL color Cylindrical-coordinate representation of color #F0822A: hue angle of 26.67º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0822A is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB24013042-
CMYK00.460.820.06
HSL26.67º86.84%55.29%-
HSV(B)26.67º82.5%94.12%-
XYZ44.3434.666.54-
YUV152.8665.44190.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 42 (16.80% from 255) = 10.19%
R=58.25%
G=31.55%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401304200.460.820.0626.6786.8455.29
HexF0822A02E5261b5737
Octal3602025205612263312767
Binary111100001000001010101001011101010010110110111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0822A; }

 p { color: rgb(240,130,42); }

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

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

 a { background-color: rgb(240,130,42); }

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

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

 span { border-color: rgb(240,130,42); }

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