Html Css Color HEX #FC4201 Orange Red

📋 copy color: '#FC4201'

red 252 ◦ green 66 ◦ blue 1

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

Shades of Orange Red #FC4201

Tints of Orange Red #FC4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

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

R = 79%
G = 20.69%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC4201 (or 0xFC4201) is known color: Orange Red. HEX triplet: FC, 42 and 01. RGB value is (252,66,1). Sum of RGB (Red+Green+Blue) = 252+66+1=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4201 is #03BDFE. Grayscale: #727272. Windows color (decimal): -245247 or 82684. OLE color: 82684.

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

Color convert

RGB 252 66 1 -
CMYK 0 0.74 1.00 0.01
HSL 15.54º 0.99% 0.5% -
HSV(B) 15.54º 1% 0.99% -
XYZ 42.1 24.59 2.56 -
YUV 114.2 64.12 226.29 -
System Red Green Blue C M Y K H S L
Decimal 252 66 1 0 0.74 1.00 0.01 15.54 0.99 0.5
Hex FC 42 1 0 4A 64 1 10 63 32
Octal 374 102 1 0 112 144 1 20 143 62
Binary 11111100 1000010 1 0 1001010 1100100 1 10000 1100011 110010

Color Harmonies of #FC4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4201

Black with #FC4201

Text Example


Text Example

White with #FC4201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4201; }

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

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

background-color css

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

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

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

border-color css

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

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

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