Html Css Color HEX #FC4019 Orange Red

📋 copy color: '#FC4019'

red 252 ◦ green 64 ◦ blue 25

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

Shades of Orange Red #FC4019

Tints of Orange Red #FC4019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 73.9%
G = 18.77%
B = 7.33%

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

#FC4019 (or 0xFC4019) is known color: Orange Red. HEX triplet: FC, 40 and 19. RGB value is (252,64,25). Sum of RGB (Red+Green+Blue) = 252+64+25=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4019 is #03BFE6. Grayscale: #747474. Windows color (decimal): -245735 or 1655036. OLE color: 1655036.

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

Color convert

RGB 252 64 25 -
CMYK 0 0.75 0.90 0.01
HSL 10.31º 0.97% 0.54% -
HSV(B) 10.31º 0.9% 0.99% -
XYZ 42.15 24.43 3.41 -
YUV 115.77 76.78 225.17 -
System Red Green Blue C M Y K H S L
Decimal 252 64 25 0 0.75 0.90 0.01 10.31 0.97 0.54
Hex FC 40 19 0 4B 5A 1 A 61 36
Octal 374 100 31 0 113 132 1 12 141 66
Binary 11111100 1000000 11001 0 1001011 1011010 1 1010 1100001 110110

Color Harmonies of #FC4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4019

Black with #FC4019

Text Example


Text Example

White with #FC4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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