Html Css Color HEX #FC451C Red Orange

📋 copy color: '#FC451C'

red 252 ◦ green 69 ◦ blue 28

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

Shades of Red Orange #FC451C

Tints of Red Orange #FC451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 72.21%
G = 19.77%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC451C (or 0xFC451C) is known color: Red Orange. HEX triplet: FC, 45 and 1C. RGB value is (252,69,28). Sum of RGB (Red+Green+Blue) = 252+69+28=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC451C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC451C is #03BAE3. Grayscale: #777777. Windows color (decimal): -244452 or 1852924. OLE color: 1852924.

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

Color convert

RGB 252 69 28 -
CMYK 0 0.73 0.89 0.01
HSL 10.98º 0.97% 0.55% -
HSV(B) 10.98º 0.89% 0.99% -
XYZ 42.48 25.04 3.69 -
YUV 119.04 76.63 222.83 -
System Red Green Blue C M Y K H S L
Decimal 252 69 28 0 0.73 0.89 0.01 10.98 0.97 0.55
Hex FC 45 1C 0 49 59 1 B 61 37
Octal 374 105 34 0 111 131 1 13 141 67
Binary 11111100 1000101 11100 0 1001001 1011001 1 1011 1100001 110111

Color Harmonies of #FC451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC451C

Black with #FC451C

Text Example


Text Example

White with #FC451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC451C; }

 p { color: rgb(252,69,28); }

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

background-color css

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

 a { background-color: rgb(252,69,28); }

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

border-color css

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

 span { border-color: rgb(252,69,28); }

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