Html Css Color HEX #FC3A01 Orange Red

📋 copy color: '#FC3A01'

red 252 ◦ green 58 ◦ blue 1

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

Shades of Orange Red #FC3A01

Tints of Orange Red #FC3A01

RGB

 RED value IS 252 (98.83% from 255) = 81.03%

 GREEN value IS 58 (23.05% from 255) = 18.65%

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

R = 81.03%
G = 18.65%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC3A01 (or 0xFC3A01) is known color: Orange Red. HEX triplet: FC, 3A and 01. RGB value is (252,58,1). Sum of RGB (Red+Green+Blue) = 252+58+1=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A01 is #03C5FE. Grayscale: #6D6D6D. Windows color (decimal): -247295 or 80636. OLE color: 80636.

HSL color Cylindrical-coordinate representation of color #FC3A01: hue angle of 13.63º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3A01 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 58 1 -
CMYK 0 0.77 1.00 0.01
HSL 13.63º 0.99% 0.5% -
HSV(B) 13.63º 1% 0.99% -
XYZ 41.66 23.72 2.41 -
YUV 109.51 66.77 229.63 -
System Red Green Blue C M Y K H S L
Decimal 252 58 1 0 0.77 1.00 0.01 13.63 0.99 0.5
Hex FC 3A 1 0 4D 64 1 E 63 32
Octal 374 72 1 0 115 144 1 16 143 62
Binary 11111100 111010 1 0 1001101 1100100 1 1110 1100011 110010

Color Harmonies of #FC3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A01

Black with #FC3A01

Text Example


Text Example

White with #FC3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A01; }

 p { color: rgb(252,58,1); }

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

background-color css

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

 a { background-color: rgb(252,58,1); }

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

border-color css

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

 span { border-color: rgb(252,58,1); }

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