Html Css Color HEX #FA4719 Orange Red

📋 copy color: '#FA4719'

red 250 ◦ green 71 ◦ blue 25

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

Shades of Orange Red #FA4719

Tints of Orange Red #FA4719

RGB

 RED value IS 250 (98.05% from 255) = 72.25%

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

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

R = 72.25%
G = 20.52%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA4719 (or 0xFA4719) is known color: Orange Red. HEX triplet: FA, 47 and 19. RGB value is (250,71,25). Sum of RGB (Red+Green+Blue) = 250+71+25=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4719 is #05B8E6. Grayscale: #777777. Windows color (decimal): -375015 or 1656826. OLE color: 1656826.

HSL color Cylindrical-coordinate representation of color #FA4719: hue angle of 12.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4719 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 71 25 -
CMYK 0 0.72 0.9 0.02
HSL 12.27º 0.96% 0.54% -
HSV(B) 12.27º 0.9% 0.98% -
XYZ 41.85 24.9 3.52 -
YUV 119.28 74.8 221.24 -
System Red Green Blue C M Y K H S L
Decimal 250 71 25 0 0.72 0.9 0.02 12.27 0.96 0.54
Hex FA 47 19 0 48 5A 2 C 60 36
Octal 372 107 31 0 110 132 2 14 140 66
Binary 11111010 1000111 11001 0 1001000 1011010 10 1100 1100000 110110

Color Harmonies of #FA4719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4719

Black with #FA4719

Text Example


Text Example

White with #FA4719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4719; }

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

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

background-color css

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

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

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

border-color css

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

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

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