Html Css Color HEX #FC441E Red Orange

📋 copy color: '#FC441E'

red 252 ◦ green 68 ◦ blue 30

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

Shades of Red Orange #FC441E

Tints of Red Orange #FC441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 72%
G = 19.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC441E (or 0xFC441E) is known color: Red Orange. HEX triplet: FC, 44 and 1E. RGB value is (252,68,30). Sum of RGB (Red+Green+Blue) = 252+68+30=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC441E is #03BBE1. Grayscale: #777777. Windows color (decimal): -244706 or 1983740. OLE color: 1983740.

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

Color convert

RGB 252 68 30 -
CMYK 0 0.73 0.88 0.01
HSL 10.27º 0.97% 0.55% -
HSV(B) 10.27º 0.88% 0.99% -
XYZ 42.45 24.92 3.8 -
YUV 118.68 77.96 223.09 -
System Red Green Blue C M Y K H S L
Decimal 252 68 30 0 0.73 0.88 0.01 10.27 0.97 0.55
Hex FC 44 1E 0 49 58 1 A 61 37
Octal 374 104 36 0 111 130 1 12 141 67
Binary 11111100 1000100 11110 0 1001001 1011000 1 1010 1100001 110111

Color Harmonies of #FC441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC441E

Black with #FC441E

Text Example


Text Example

White with #FC441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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