Html Css Color HEX #FC4418 Orange Red

📋 copy color: '#FC4418'

red 252 ◦ green 68 ◦ blue 24

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

Shades of Orange Red #FC4418

Tints of Orange Red #FC4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 73.26%
G = 19.77%
B = 6.98%

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

#FC4418 (or 0xFC4418) is known color: Orange Red. HEX triplet: FC, 44 and 18. RGB value is (252,68,24). Sum of RGB (Red+Green+Blue) = 252+68+24=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4418 is #03BBE7. Grayscale: #767676. Windows color (decimal): -244712 or 1590524. OLE color: 1590524.

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

Color convert

RGB 252 68 24 -
CMYK 0 0.73 0.90 0.01
HSL 11.58º 0.97% 0.54% -
HSV(B) 11.58º 0.9% 0.99% -
XYZ 42.38 24.9 3.44 -
YUV 118 74.96 223.58 -
System Red Green Blue C M Y K H S L
Decimal 252 68 24 0 0.73 0.90 0.01 11.58 0.97 0.54
Hex FC 44 18 0 49 5A 1 C 61 36
Octal 374 104 30 0 111 132 1 14 141 66
Binary 11111100 1000100 11000 0 1001001 1011010 1 1100 1100001 110110

Color Harmonies of #FC4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4418

Black with #FC4418

Text Example


Text Example

White with #FC4418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4418; }

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

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

background-color css

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

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

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

border-color css

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

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

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