Html Css Color HEX #FA3501 Orange Red

📋 copy color: '#FA3501'

red 250 ◦ green 53 ◦ blue 1

#FA3501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FA3501

Tints of Orange Red #FA3501

RGB

 RED value IS 250 (98.05% from 255) = 82.24%

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 82.24%
G = 17.43%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA3501 (or 0xFA3501) is known color: Orange Red. HEX triplet: FA, 35 and 01. RGB value is (250,53,1). Sum of RGB (Red+Green+Blue) = 250+53+1=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3501 is #05CAFE. Grayscale: #6A6A6A. Windows color (decimal): -379647 or 79354. OLE color: 79354.

HSL color Cylindrical-coordinate representation of color #FA3501: hue angle of 12.53º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA3501 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 53 1 -
CMYK 0 0.79 1.00 0.02
HSL 12.53º 0.99% 0.49% -
HSV(B) 12.53º 1% 0.98% -
XYZ 40.7 22.87 2.3 -
YUV 105.98 68.77 230.73 -
System Red Green Blue C M Y K H S L
Decimal 250 53 1 0 0.79 1.00 0.02 12.53 0.99 0.49
Hex FA 35 1 0 4F 64 2 D 63 31
Octal 372 65 1 0 117 144 2 15 143 61
Binary 11111010 110101 1 0 1001111 1100100 10 1101 1100011 110001

Color Harmonies of #FA3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3501

Black with #FA3501

Text Example


Text Example

White with #FA3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3501; }

 p { color: rgb(250,53,1); }

 H1.HeaderClassName
 {
   color: #FA3501;
 }
 .AnyTagClassName
 {
   color: #FA3501;
 }
</style>

background-color css

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

 a { background-color: rgb(250,53,1); }

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

border-color css

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

 span { border-color: rgb(250,53,1); }

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