Html Css Color HEX #FD4711 Orange Red

📋 copy color: '#FD4711'

red 253 ◦ green 71 ◦ blue 17

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

Shades of Orange Red #FD4711

Tints of Orange Red #FD4711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 74.19%
G = 20.82%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD4711 (or 0xFD4711) is known color: Orange Red. HEX triplet: FD, 47 and 11. RGB value is (253,71,17). Sum of RGB (Red+Green+Blue) = 253+71+17=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4711 is #02B8EE. Grayscale: #777777. Windows color (decimal): -178415 or 1132541. OLE color: 1132541.

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

Color convert

RGB 253 71 17 -
CMYK 0 0.72 0.93 0.01
HSL 13.73º 0.98% 0.53% -
HSV(B) 13.73º 0.93% 0.99% -
XYZ 42.86 25.43 3.18 -
YUV 119.26 70.3 223.39 -
System Red Green Blue C M Y K H S L
Decimal 253 71 17 0 0.72 0.93 0.01 13.73 0.98 0.53
Hex FD 47 11 0 48 5D 1 E 62 35
Octal 375 107 21 0 110 135 1 16 142 65
Binary 11111101 1000111 10001 0 1001000 1011101 1 1110 1100010 110101

Color Harmonies of #FD4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4711

Black with #FD4711

Text Example


Text Example

White with #FD4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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