Html Css Color HEX #FC462A Red Orange

📋 copy color: '#FC462A'

red 252 ◦ green 70 ◦ blue 42

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

Shades of Red Orange #FC462A

Tints of Red Orange #FC462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 69.23%
G = 19.23%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC462A (or 0xFC462A) is known color: Red Orange. HEX triplet: FC, 46 and 2A. RGB value is (252,70,42). Sum of RGB (Red+Green+Blue) = 252+70+42=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC462A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC462A is #03B9D5. Grayscale: #797979. Windows color (decimal): -244182 or 2770684. OLE color: 2770684.

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

Color convert

RGB 252 70 42 -
CMYK 0 0.72 0.83 0.01
HSL 0.97% 0.58% -
HSV(B) 0.83% 0.99% -
XYZ 42.75 25.24 4.81 -
YUV 121.23 83.3 221.28 -
System Red Green Blue C M Y K H S L
Decimal 252 70 42 0 0.72 0.83 0.01 8 0.97 0.58
Hex FC 46 2A 0 48 53 1 8 61 3A
Octal 374 106 52 0 110 123 1 10 141 72
Binary 11111100 1000110 101010 0 1001000 1010011 1 1000 1100001 111010

Color Harmonies of #FC462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC462A

Black with #FC462A

Text Example


Text Example

White with #FC462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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