Html Css Color HEX #FC4518 Orange Red

📋 copy color: '#FC4518'

red 252 ◦ green 69 ◦ blue 24

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

Shades of Orange Red #FC4518

Tints of Orange Red #FC4518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 73.04%
G = 20%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4518 (or 0xFC4518) is known color: Orange Red. HEX triplet: FC, 45 and 18. RGB value is (252,69,24). Sum of RGB (Red+Green+Blue) = 252+69+24=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4518 is #03BAE7. Grayscale: #767676. Windows color (decimal): -244456 or 1590780. OLE color: 1590780.

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

Color convert

RGB 252 69 24 -
CMYK 0 0.73 0.90 0.01
HSL 11.84º 0.97% 0.54% -
HSV(B) 11.84º 0.9% 0.99% -
XYZ 42.44 25.02 3.46 -
YUV 118.59 74.63 223.16 -
System Red Green Blue C M Y K H S L
Decimal 252 69 24 0 0.73 0.90 0.01 11.84 0.97 0.54
Hex FC 45 18 0 49 5A 1 C 61 36
Octal 374 105 30 0 111 132 1 14 141 66
Binary 11111100 1000101 11000 0 1001001 1011010 1 1100 1100001 110110

Color Harmonies of #FC4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4518

Black with #FC4518

Text Example


Text Example

White with #FC4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4518; }

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

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

background-color css

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

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

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

border-color css

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

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

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