Html Css Color HEX #FC421D Red Orange

📋 copy color: '#FC421D'

red 252 ◦ green 66 ◦ blue 29

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

Shades of Red Orange #FC421D

Tints of Red Orange #FC421D

RGB

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

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

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

R = 72.62%
G = 19.02%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC421D (or 0xFC421D) is known color: Red Orange. HEX triplet: FC, 42 and 1D. RGB value is (252,66,29). Sum of RGB (Red+Green+Blue) = 252+66+29=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC421D is #03BDE2. Grayscale: #757575. Windows color (decimal): -245219 or 1917692. OLE color: 1917692.

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

Color convert

RGB 252 66 29 -
CMYK 0 0.74 0.88 0.01
HSL 9.96º 0.97% 0.55% -
HSV(B) 9.96º 0.88% 0.99% -
XYZ 42.31 24.68 3.7 -
YUV 117.4 78.12 224.01 -
System Red Green Blue C M Y K H S L
Decimal 252 66 29 0 0.74 0.88 0.01 9.96 0.97 0.55
Hex FC 42 1D 0 4A 58 1 A 61 37
Octal 374 102 35 0 112 130 1 12 141 67
Binary 11111100 1000010 11101 0 1001010 1011000 1 1010 1100001 110111

Color Harmonies of #FC421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC421D

Black with #FC421D

Text Example


Text Example

White with #FC421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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