#F3822D

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

Shades of Sun #F3822D

Tints of Sun #F3822D

Color information

#F3822D (or 0xF3822D) is unknown color: approx Sun. HEX triplet: F3, 82 and 2D. RGB value is (243,130,45). Sum of RGB (Red+Green+Blue) = 243+130+45=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3822D is #0C7DD2. Grayscale: #9A9A9A. Windows color (decimal): -818643 or 2982643. OLE color: 2982643.

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

Color convert

RGB24313045-
CMYK00.470.810.05
HSL25.76º89.19%56.47%-
HSV(B)25.76º81.48%95.29%-
XYZ45.4235.216.88-
YUV154.166.44191.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.13%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 45 (17.97% from 255) = 10.77%
R=58.13%
G=31.10%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431304500.470.810.0525.7689.1956.47
HexF3822D02F5151a5938
Octal3632025505712153213170
Binary111100111000001010110101011111010001101110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3822D; }

 p { color: rgb(243,130,45); }

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

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

 a { background-color: rgb(243,130,45); }

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

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

 span { border-color: rgb(243,130,45); }

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