Html Css Color HEX #FC4A19 Orange Red

📋 copy color: '#FC4A19'

red 252 ◦ green 74 ◦ blue 25

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

Shades of Orange Red #FC4A19

Tints of Orange Red #FC4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

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

R = 71.79%
G = 21.08%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4A19 (or 0xFC4A19) is known color: Orange Red. HEX triplet: FC, 4A and 19. RGB value is (252,74,25). Sum of RGB (Red+Green+Blue) = 252+74+25=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4A19 is #03B5E6. Grayscale: #7A7A7A. Windows color (decimal): -243175 or 1657596. OLE color: 1657596.

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

Color convert

RGB 252 74 25 -
CMYK 0 0.71 0.90 0.01
HSL 12.95º 0.97% 0.54% -
HSV(B) 12.95º 0.9% 0.99% -
XYZ 42.77 25.66 3.62 -
YUV 121.64 73.47 220.98 -
System Red Green Blue C M Y K H S L
Decimal 252 74 25 0 0.71 0.90 0.01 12.95 0.97 0.54
Hex FC 4A 19 0 47 5A 1 D 61 36
Octal 374 112 31 0 107 132 1 15 141 66
Binary 11111100 1001010 11001 0 1000111 1011010 1 1101 1100001 110110

Color Harmonies of #FC4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A19

Black with #FC4A19

Text Example


Text Example

White with #FC4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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