Html Css Color HEX #FC4119 Orange Red

📋 copy color: '#FC4119'

red 252 ◦ green 65 ◦ blue 25

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

Shades of Orange Red #FC4119

Tints of Orange Red #FC4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

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

R = 73.68%
G = 19.01%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4119 (or 0xFC4119) is known color: Orange Red. HEX triplet: FC, 41 and 19. RGB value is (252,65,25). Sum of RGB (Red+Green+Blue) = 252+65+25=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4119 is #03BEE6. Grayscale: #747474. Windows color (decimal): -245479 or 1655292. OLE color: 1655292.

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

Color convert

RGB 252 65 25 -
CMYK 0 0.74 0.90 0.01
HSL 10.57º 0.97% 0.54% -
HSV(B) 10.57º 0.9% 0.99% -
XYZ 42.21 24.55 3.43 -
YUV 116.35 76.45 224.75 -
System Red Green Blue C M Y K H S L
Decimal 252 65 25 0 0.74 0.90 0.01 10.57 0.97 0.54
Hex FC 41 19 0 4A 5A 1 B 61 36
Octal 374 101 31 0 112 132 1 13 141 66
Binary 11111100 1000001 11001 0 1001010 1011010 1 1011 1100001 110110

Color Harmonies of #FC4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4119

Black with #FC4119

Text Example


Text Example

White with #FC4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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