Html Css Color HEX #FD4019 Orange Red

📋 copy color: '#FD4019'

red 253 ◦ green 64 ◦ blue 25

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

Shades of Orange Red #FD4019

Tints of Orange Red #FD4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

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

R = 73.98%
G = 18.71%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD4019 (or 0xFD4019) is known color: Orange Red. HEX triplet: FD, 40 and 19. RGB value is (253,64,25). Sum of RGB (Red+Green+Blue) = 253+64+25=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4019 is #02BFE6. Grayscale: #747474. Windows color (decimal): -180199 or 1655037. OLE color: 1655037.

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

Color convert

RGB 253 64 25 -
CMYK 0 0.75 0.90 0.01
HSL 10.26º 0.98% 0.55% -
HSV(B) 10.26º 0.9% 0.99% -
XYZ 42.52 24.62 3.43 -
YUV 116.07 76.62 225.67 -
System Red Green Blue C M Y K H S L
Decimal 253 64 25 0 0.75 0.90 0.01 10.26 0.98 0.55
Hex FD 40 19 0 4B 5A 1 A 62 37
Octal 375 100 31 0 113 132 1 12 142 67
Binary 11111101 1000000 11001 0 1001011 1011010 1 1010 1100010 110111

Color Harmonies of #FD4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4019

Black with #FD4019

Text Example


Text Example

White with #FD4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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