#fa8f3b

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

Shades of Sun #FA8F3B

Tints of Sun #FA8F3B

Color information

#FA8F3B (or 0xFA8F3B) is unknown color: approx Sun. HEX triplet: FA, 8F and 3B. RGB value is (250,143,59). Sum of RGB (Red+Green+Blue) = 250+143+59=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F3B is #0570C4. Grayscale: #A5A5A5. Windows color (decimal): -356549 or 3903482. OLE color: 3903482.

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

Color convert

RGB25014359-
CMYK00.430.760.02
HSL26.39º95.02%60.59%-
HSV(B)26.39º76.4%98.04%-
XYZ50.0440.289.28-
YUV165.4267.95188.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.31%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 59 (23.44% from 255) = 13.05%
R=55.31%
G=31.64%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501435900.430.760.0226.3995.0260.59
HexFA8F3B02B4C21a5f3d
Octal3722177305311423213775
Binary11111010100011111110110101011100110010110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa8f3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa8f3b; }

 p { color: rgb(250,143,59); }

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

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

 a { background-color: rgb(250,143,59); }

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

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

 span { border-color: rgb(250,143,59); }

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