Html Css Color HEX #FC421E Red Orange

📋 copy color: '#FC421E'

red 252 ◦ green 66 ◦ blue 30

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

Shades of Red Orange #FC421E

Tints of Red Orange #FC421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 72.41%
G = 18.97%
B = 8.62%

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

#FC421E (or 0xFC421E) is known color: Red Orange. HEX triplet: FC, 42 and 1E. RGB value is (252,66,30). Sum of RGB (Red+Green+Blue) = 252+66+30=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC421E is #03BDE1. Grayscale: #757575. Windows color (decimal): -245218 or 1983228. OLE color: 1983228.

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

Color convert

RGB 252 66 30 -
CMYK 0 0.74 0.88 0.01
HSL 9.73º 0.97% 0.55% -
HSV(B) 9.73º 0.88% 0.99% -
XYZ 42.33 24.69 3.76 -
YUV 117.51 78.62 223.93 -
System Red Green Blue C M Y K H S L
Decimal 252 66 30 0 0.74 0.88 0.01 9.73 0.97 0.55
Hex FC 42 1E 0 4A 58 1 A 61 37
Octal 374 102 36 0 112 130 1 12 141 67
Binary 11111100 1000010 11110 0 1001010 1011000 1 1010 1100001 110111

Color Harmonies of #FC421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC421E

Black with #FC421E

Text Example


Text Example

White with #FC421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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