Html Css Color HEX #FC401D Red Orange

📋 copy color: '#FC401D'

red 252 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #FC401D

Tints of Red Orange #FC401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 73.04%
G = 18.55%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC401D (or 0xFC401D) is known color: Red Orange. HEX triplet: FC, 40 and 1D. RGB value is (252,64,29). Sum of RGB (Red+Green+Blue) = 252+64+29=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC401D is #03BFE2. Grayscale: #747474. Windows color (decimal): -245731 or 1917180. OLE color: 1917180.

HSL color Cylindrical-coordinate representation of color #FC401D: hue angle of 9.42º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC401D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 29 -
CMYK 0 0.75 0.88 0.01
HSL 9.42º 0.97% 0.55% -
HSV(B) 9.42º 0.88% 0.99% -
XYZ 42.2 24.45 3.66 -
YUV 116.22 78.78 224.85 -
System Red Green Blue C M Y K H S L
Decimal 252 64 29 0 0.75 0.88 0.01 9.42 0.97 0.55
Hex FC 40 1D 0 4B 58 1 9 61 37
Octal 374 100 35 0 113 130 1 11 141 67
Binary 11111100 1000000 11101 0 1001011 1011000 1 1001 1100001 110111

Color Harmonies of #FC401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC401D

Black with #FC401D

Text Example


Text Example

White with #FC401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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