#FA693A

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

Shades of Outrageous Orange #FA693A

Tints of Outrageous Orange #FA693A

Color information

#FA693A (or 0xFA693A) is unknown color: approx Outrageous Orange. HEX triplet: FA, 69 and 3A. RGB value is (250,105,58). Sum of RGB (Red+Green+Blue) = 250+105+58=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA693A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA693A is #0596C5. Grayscale: #8F8F8F. Windows color (decimal): -366278 or 3828218. OLE color: 3828218.

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

Color convert

RGB25010558-
CMYK00.580.770.02
HSL14.69º95.05%60.39%-
HSV(B)14.69º76.8%98.04%-
XYZ45.2430.737.55-
YUV14380.04204.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 58 (23.05% from 255) = 14.04%
R=60.53%
G=25.42%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501055800.580.770.0214.6995.0560.39
HexFA693A03A4D2f5f3c
Octal3721517207211521713774
Binary111110101101001111010011101010011011011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA693A; }

 p { color: rgb(250,105,58); }

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

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

 a { background-color: rgb(250,105,58); }

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

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

 span { border-color: rgb(250,105,58); }

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