Html Css Color HEX #FD4619 Orange Red

📋 copy color: '#FD4619'

red 253 ◦ green 70 ◦ blue 25

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

Shades of Orange Red #FD4619

Tints of Orange Red #FD4619

RGB

 RED value IS 253 (99.22% from 255) = 72.7%

 GREEN value IS 70 (27.73% from 255) = 20.11%

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

R = 72.7%
G = 20.11%
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

#FD4619 (or 0xFD4619) is known color: Orange Red. HEX triplet: FD, 46 and 19. RGB value is (253,70,25). Sum of RGB (Red+Green+Blue) = 253+70+25=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4619 is #02B9E6. Grayscale: #777777. Windows color (decimal): -178663 or 1656573. OLE color: 1656573.

HSL color Cylindrical-coordinate representation of color #FD4619: hue angle of 11.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD4619 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 70 25 -
CMYK 0 0.72 0.90 0.01
HSL 11.84º 0.98% 0.55% -
HSV(B) 11.84º 0.9% 0.99% -
XYZ 42.87 25.33 3.55 -
YUV 119.59 74.63 223.16 -
System Red Green Blue C M Y K H S L
Decimal 253 70 25 0 0.72 0.90 0.01 11.84 0.98 0.55
Hex FD 46 19 0 48 5A 1 C 62 37
Octal 375 106 31 0 110 132 1 14 142 67
Binary 11111101 1000110 11001 0 1001000 1011010 1 1100 1100010 110111

Color Harmonies of #FD4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4619

Black with #FD4619

Text Example


Text Example

White with #FD4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4619; }

 p { color: rgb(253,70,25); }

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

background-color css

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

 a { background-color: rgb(253,70,25); }

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

border-color css

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

 span { border-color: rgb(253,70,25); }

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