Html Css Color HEX #FC4018 Orange Red

📋 copy color: '#FC4018'

red 252 ◦ green 64 ◦ blue 24

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

Shades of Orange Red #FC4018

Tints of Orange Red #FC4018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

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

R = 74.12%
G = 18.82%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4018 (or 0xFC4018) is known color: Orange Red. HEX triplet: FC, 40 and 18. RGB value is (252,64,24). Sum of RGB (Red+Green+Blue) = 252+64+24=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4018 is #03BFE7. Grayscale: #737373. Windows color (decimal): -245736 or 1589500. OLE color: 1589500.

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

Color convert

RGB 252 64 24 -
CMYK 0 0.75 0.90 0.01
HSL 10.53º 0.97% 0.54% -
HSV(B) 10.53º 0.9% 0.99% -
XYZ 42.14 24.43 3.36 -
YUV 115.65 76.28 225.25 -
System Red Green Blue C M Y K H S L
Decimal 252 64 24 0 0.75 0.90 0.01 10.53 0.97 0.54
Hex FC 40 18 0 4B 5A 1 B 61 36
Octal 374 100 30 0 113 132 1 13 141 66
Binary 11111100 1000000 11000 0 1001011 1011010 1 1011 1100001 110110

Color Harmonies of #FC4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4018

Black with #FC4018

Text Example


Text Example

White with #FC4018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4018; }

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

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

background-color css

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

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

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

border-color css

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

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

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