Html Css Color HEX #FC462F Red Orange

📋 copy color: '#FC462F'

red 252 ◦ green 70 ◦ blue 47

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

Shades of Red Orange #FC462F

Tints of Red Orange #FC462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.74%

R = 68.29%
G = 18.97%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC462F (or 0xFC462F) is known color: Red Orange. HEX triplet: FC, 46 and 2F. RGB value is (252,70,47). Sum of RGB (Red+Green+Blue) = 252+70+47=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC462F is #03B9D0. Grayscale: #7A7A7A. Windows color (decimal): -244177 or 3098364. OLE color: 3098364.

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

Color convert

RGB 252 70 47 -
CMYK 0 0.72 0.81 0.01
HSL 6.73º 0.97% 0.59% -
HSV(B) 6.73º 0.81% 0.99% -
XYZ 42.85 25.28 5.31 -
YUV 121.8 85.8 220.87 -
System Red Green Blue C M Y K H S L
Decimal 252 70 47 0 0.72 0.81 0.01 6.73 0.97 0.59
Hex FC 46 2F 0 48 51 1 7 61 3B
Octal 374 106 57 0 110 121 1 7 141 73
Binary 11111100 1000110 101111 0 1001000 1010001 1 111 1100001 111011

Color Harmonies of #FC462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC462F

Black with #FC462F

Text Example


Text Example

White with #FC462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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