#FA812F

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

Shades of Sun #FA812F

Tints of Sun #FA812F

Color information

#FA812F (or 0xFA812F) is unknown color: approx Sun. HEX triplet: FA, 81 and 2F. RGB value is (250,129,47). Sum of RGB (Red+Green+Blue) = 250+129+47=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA812F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA812F is #057ED0. Grayscale: #9C9C9C. Windows color (decimal): -360145 or 3113466. OLE color: 3113466.

HSL color Cylindrical-coordinate representation of color #FA812F: hue angle of 24.24º 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 #FA812F is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB25012947-
CMYK00.480.810.02
HSL24.24º95.31%58.24%-
HSV(B)24.24º81.2%98.04%-
XYZ47.7936.237.16-
YUV155.8366.59195.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.69%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 47 (18.75% from 255) = 11.03%
R=58.69%
G=30.28%
B=11.03%

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
Decimal2501294700.480.810.0224.2495.3158.24
HexFA812F030512185f3a
Octal3722015706012123013772
Binary11111010100000011011110110000101000110110001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA812F; }

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

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

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

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

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

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

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

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