Html Css Color HEX #FD4713 Orange Red

📋 copy color: '#FD4713'

red 253 ◦ green 71 ◦ blue 19

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

Shades of Orange Red #FD4713

Tints of Orange Red #FD4713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 73.76%
G = 20.7%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD4713 (or 0xFD4713) is known color: Orange Red. HEX triplet: FD, 47 and 13. RGB value is (253,71,19). Sum of RGB (Red+Green+Blue) = 253+71+19=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4713 is #02B8EC. Grayscale: #777777. Windows color (decimal): -178413 or 1263613. OLE color: 1263613.

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

Color convert

RGB 253 71 19 -
CMYK 0 0.72 0.92 0.01
HSL 13.33º 0.98% 0.53% -
HSV(B) 13.33º 0.92% 0.99% -
XYZ 42.88 25.44 3.27 -
YUV 119.49 71.3 223.23 -
System Red Green Blue C M Y K H S L
Decimal 253 71 19 0 0.72 0.92 0.01 13.33 0.98 0.53
Hex FD 47 13 0 48 5C 1 D 62 35
Octal 375 107 23 0 110 134 1 15 142 65
Binary 11111101 1000111 10011 0 1001000 1011100 1 1101 1100010 110101

Color Harmonies of #FD4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4713

Black with #FD4713

Text Example


Text Example

White with #FD4713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4713; }

 p { color: rgb(253,71,19); }

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

background-color css

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

 a { background-color: rgb(253,71,19); }

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

border-color css

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

 span { border-color: rgb(253,71,19); }

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