Html Css Color HEX #FC441D Red Orange

📋 copy color: '#FC441D'

red 252 ◦ green 68 ◦ blue 29

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

Shades of Red Orange #FC441D

Tints of Red Orange #FC441D

RGB

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

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

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

R = 72.21%
G = 19.48%
B = 8.31%

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

#FC441D (or 0xFC441D) is known color: Red Orange. HEX triplet: FC, 44 and 1D. RGB value is (252,68,29). Sum of RGB (Red+Green+Blue) = 252+68+29=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC441D is #03BBE2. Grayscale: #767676. Windows color (decimal): -244707 or 1918204. OLE color: 1918204.

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

Color convert

RGB 252 68 29 -
CMYK 0 0.73 0.88 0.01
HSL 10.49º 0.97% 0.55% -
HSV(B) 10.49º 0.88% 0.99% -
XYZ 42.43 24.92 3.74 -
YUV 118.57 77.46 223.17 -
System Red Green Blue C M Y K H S L
Decimal 252 68 29 0 0.73 0.88 0.01 10.49 0.97 0.55
Hex FC 44 1D 0 49 58 1 A 61 37
Octal 374 104 35 0 111 130 1 12 141 67
Binary 11111100 1000100 11101 0 1001001 1011000 1 1010 1100001 110111

Color Harmonies of #FC441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC441D

Black with #FC441D

Text Example


Text Example

White with #FC441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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