#FA8C3F

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

Shades of Sun #FA8C3F

Tints of Sun #FA8C3F

Color information

#FA8C3F (or 0xFA8C3F) is unknown color: approx Sun. HEX triplet: FA, 8C and 3F. RGB value is (250,140,63). Sum of RGB (Red+Green+Blue) = 250+140+63=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C3F is #0573C0. Grayscale: #A4A4A4. Windows color (decimal): -357313 or 4164858. OLE color: 4164858.

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

Color convert

RGB25014063-
CMYK00.440.750.02
HSL24.71º94.92%61.37%-
HSV(B)24.71º74.8%98.04%-
XYZ49.739.449.7-
YUV164.1170.94189.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.19%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 63 (25% from 255) = 13.91%
R=55.19%
G=30.91%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501406300.440.750.0224.7194.9261.37
HexFA8C3F02C4B2195f3d
Octal3722147705411323113775
Binary11111010100011001111110101100100101110110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C3F; }

 p { color: rgb(250,140,63); }

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

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

 a { background-color: rgb(250,140,63); }

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

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

 span { border-color: rgb(250,140,63); }

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