#FA603D

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

Shades of Outrageous Orange #FA603D

Tints of Outrageous Orange #FA603D

Color information

#FA603D (or 0xFA603D) is unknown color: approx Outrageous Orange. HEX triplet: FA, 60 and 3D. RGB value is (250,96,61). Sum of RGB (Red+Green+Blue) = 250+96+61=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA603D is #059FC2. Grayscale: #8A8A8A. Windows color (decimal): -368579 or 4022522. OLE color: 4022522.

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

Color convert

RGB2509661-
CMYK00.620.760.02
HSL11.11º94.97%60.98%-
HSV(B)11.11º75.6%98.04%-
XYZ44.4529.037.67-
YUV138.0684.52207.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.43%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=61.43%
G=23.59%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250966100.620.760.0211.1194.9760.98
HexFA603D03E4C2b5f3d
Octal3721407507611421313775
Binary111110101100000111101011111010011001010111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA603D; }

 p { color: rgb(250,96,61); }

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

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

 a { background-color: rgb(250,96,61); }

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

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

 span { border-color: rgb(250,96,61); }

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