Html Css Color HEX #FC462D Red Orange

📋 copy color: '#FC462D'

red 252 ◦ green 70 ◦ blue 45

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

Shades of Red Orange #FC462D

Tints of Red Orange #FC462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 68.66%
G = 19.07%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC462D (or 0xFC462D) is known color: Red Orange. HEX triplet: FC, 46 and 2D. RGB value is (252,70,45). Sum of RGB (Red+Green+Blue) = 252+70+45=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC462D is #03B9D2. Grayscale: #797979. Windows color (decimal): -244179 or 2967292. OLE color: 2967292.

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

Color convert

RGB 252 70 45 -
CMYK 0 0.72 0.82 0.01
HSL 7.25º 0.97% 0.58% -
HSV(B) 7.25º 0.82% 0.99% -
XYZ 42.81 25.27 5.1 -
YUV 121.57 84.8 221.03 -
System Red Green Blue C M Y K H S L
Decimal 252 70 45 0 0.72 0.82 0.01 7.25 0.97 0.58
Hex FC 46 2D 0 48 52 1 7 61 3A
Octal 374 106 55 0 110 122 1 7 141 72
Binary 11111100 1000110 101101 0 1001000 1010010 1 111 1100001 111010

Color Harmonies of #FC462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC462D

Black with #FC462D

Text Example


Text Example

White with #FC462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC462D; }

 p { color: rgb(252,70,45); }

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

background-color css

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

 a { background-color: rgb(252,70,45); }

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

border-color css

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

 span { border-color: rgb(252,70,45); }

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