Html Css Color HEX #FC4001 Orange Red

📋 copy color: '#FC4001'

red 252 ◦ green 64 ◦ blue 1

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

Shades of Orange Red #FC4001

Tints of Orange Red #FC4001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 79.5%
G = 20.19%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC4001 (or 0xFC4001) is known color: Orange Red. HEX triplet: FC, 40 and 01. RGB value is (252,64,1). Sum of RGB (Red+Green+Blue) = 252+64+1=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4001 is #03BFFE. Grayscale: #717171. Windows color (decimal): -245759 or 82172. OLE color: 82172.

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

Color convert

RGB 252 64 1 -
CMYK 0 0.75 1.00 0.01
HSL 15.06º 0.99% 0.5% -
HSV(B) 15.06º 1% 0.99% -
XYZ 41.98 24.36 2.52 -
YUV 113.03 64.78 227.12 -
System Red Green Blue C M Y K H S L
Decimal 252 64 1 0 0.75 1.00 0.01 15.06 0.99 0.5
Hex FC 40 1 0 4B 64 1 F 63 32
Octal 374 100 1 0 113 144 1 17 143 62
Binary 11111100 1000000 1 0 1001011 1100100 1 1111 1100011 110010

Color Harmonies of #FC4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4001

Black with #FC4001

Text Example


Text Example

White with #FC4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4001; }

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

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

background-color css

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

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

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

border-color css

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

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

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