Html Css Color HEX #FA3C01 Orange Red

📋 copy color: '#FA3C01'

red 250 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #FA3C01

Tints of Orange Red #FA3C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

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

R = 80.39%
G = 19.29%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA3C01 (or 0xFA3C01) is known color: Orange Red. HEX triplet: FA, 3C and 01. RGB value is (250,60,1). Sum of RGB (Red+Green+Blue) = 250+60+1=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C01 is #05C3FE. Grayscale: #6E6E6E. Windows color (decimal): -377855 or 81146. OLE color: 81146.

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

Color convert

RGB 250 60 1 -
CMYK 0 0.76 1.00 0.02
HSL 14.22º 0.99% 0.49% -
HSV(B) 14.22º 1% 0.98% -
XYZ 41.05 23.56 2.41 -
YUV 110.08 66.45 227.8 -
System Red Green Blue C M Y K H S L
Decimal 250 60 1 0 0.76 1.00 0.02 14.22 0.99 0.49
Hex FA 3C 1 0 4C 64 2 E 63 31
Octal 372 74 1 0 114 144 2 16 143 61
Binary 11111010 111100 1 0 1001100 1100100 10 1110 1100011 110001

Color Harmonies of #FA3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C01

Black with #FA3C01

Text Example


Text Example

White with #FA3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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