#FA832E

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

Shades of Sun #FA832E

Tints of Sun #FA832E

Color information

#FA832E (or 0xFA832E) is unknown color: approx Sun. HEX triplet: FA, 83 and 2E. RGB value is (250,131,46). Sum of RGB (Red+Green+Blue) = 250+131+46=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA832E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA832E is #057CD1. Grayscale: #9D9D9D. Windows color (decimal): -359634 or 3048442. OLE color: 3048442.

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

Color convert

RGB25013146-
CMYK00.480.820.02
HSL25º95.33%58.04%-
HSV(B)25º81.6%98.04%-
XYZ48.0336.757.15-
YUV156.8965.42194.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.55%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 46 (18.36% from 255) = 10.77%
R=58.55%
G=30.68%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501314600.480.820.022595.3358.04
HexFA832E030522195f3a
Octal3722035606012223113772
Binary11111010100000111011100110000101001010110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA832E; }

 p { color: rgb(250,131,46); }

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

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

 a { background-color: rgb(250,131,46); }

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

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

 span { border-color: rgb(250,131,46); }

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