#FA822F

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

Shades of Sun #FA822F

Tints of Sun #FA822F

Color information

#FA822F (or 0xFA822F) is unknown color: approx Sun. HEX triplet: FA, 82 and 2F. RGB value is (250,130,47). Sum of RGB (Red+Green+Blue) = 250+130+47=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA822F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA822F is #057DD0. Grayscale: #9C9C9C. Windows color (decimal): -359889 or 3113722. OLE color: 3113722.

HSL color Cylindrical-coordinate representation of color #FA822F: hue angle of 24.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA822F is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB25013047-
CMYK00.480.810.02
HSL24.53º95.31%58.24%-
HSV(B)24.53º81.2%98.04%-
XYZ47.9236.497.21-
YUV156.4266.26194.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.55%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 47 (18.75% from 255) = 11.01%
R=58.55%
G=30.44%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501304700.480.810.0224.5395.3158.24
HexFA822F030512195f3a
Octal3722025706012123113772
Binary11111010100000101011110110000101000110110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA822F; }

 p { color: rgb(250,130,47); }

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

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

 a { background-color: rgb(250,130,47); }

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

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

 span { border-color: rgb(250,130,47); }

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