Html Css Color HEX #FC4719 Orange Red

📋 copy color: '#FC4719'

red 252 ◦ green 71 ◦ blue 25

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

Shades of Orange Red #FC4719

Tints of Orange Red #FC4719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 72.41%
G = 20.4%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4719 (or 0xFC4719) is known color: Orange Red. HEX triplet: FC, 47 and 19. RGB value is (252,71,25). Sum of RGB (Red+Green+Blue) = 252+71+25=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4719 is #03B8E6. Grayscale: #787878. Windows color (decimal): -243943 or 1656828. OLE color: 1656828.

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

Color convert

RGB 252 71 25 -
CMYK 0 0.72 0.90 0.01
HSL 12.16º 0.97% 0.54% -
HSV(B) 12.16º 0.9% 0.99% -
XYZ 42.57 25.27 3.55 -
YUV 119.88 74.47 222.24 -
System Red Green Blue C M Y K H S L
Decimal 252 71 25 0 0.72 0.90 0.01 12.16 0.97 0.54
Hex FC 47 19 0 48 5A 1 C 61 36
Octal 374 107 31 0 110 132 1 14 141 66
Binary 11111100 1000111 11001 0 1001000 1011010 1 1100 1100001 110110

Color Harmonies of #FC4719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4719

Black with #FC4719

Text Example


Text Example

White with #FC4719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4719; }

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

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

background-color css

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

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

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

border-color css

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

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

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