Html Css Color HEX #FC442E Red Orange

📋 copy color: '#FC442E'

red 252 ◦ green 68 ◦ blue 46

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

Shades of Red Orange #FC442E

Tints of Red Orange #FC442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 68.85%
G = 18.58%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC442E (or 0xFC442E) is known color: Red Orange. HEX triplet: FC, 44 and 2E. RGB value is (252,68,46). Sum of RGB (Red+Green+Blue) = 252+68+46=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC442E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC442E is #03BBD1. Grayscale: #787878. Windows color (decimal): -244690 or 3032316. OLE color: 3032316.

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

Color convert

RGB 252 68 46 -
CMYK 0 0.73 0.82 0.01
HSL 6.41º 0.97% 0.58% -
HSV(B) 6.41º 0.82% 0.99% -
XYZ 42.71 25.03 5.16 -
YUV 120.51 85.96 221.79 -
System Red Green Blue C M Y K H S L
Decimal 252 68 46 0 0.73 0.82 0.01 6.41 0.97 0.58
Hex FC 44 2E 0 49 52 1 6 61 3A
Octal 374 104 56 0 111 122 1 6 141 72
Binary 11111100 1000100 101110 0 1001001 1010010 1 110 1100001 111010

Color Harmonies of #FC442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC442E

Black with #FC442E

Text Example


Text Example

White with #FC442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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