Html Css Color HEX #FD4411 Orange Red

📋 copy color: '#FD4411'

red 253 ◦ green 68 ◦ blue 17

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

Shades of Orange Red #FD4411

Tints of Orange Red #FD4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 74.85%
G = 20.12%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD4411 (or 0xFD4411) is known color: Orange Red. HEX triplet: FD, 44 and 11. RGB value is (253,68,17). Sum of RGB (Red+Green+Blue) = 253+68+17=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4411 is #02BBEE. Grayscale: #757575. Windows color (decimal): -179183 or 1131773. OLE color: 1131773.

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

Color convert

RGB 253 68 17 -
CMYK 0 0.73 0.93 0.01
HSL 12.97º 0.98% 0.53% -
HSV(B) 12.97º 0.93% 0.99% -
XYZ 42.68 25.06 3.12 -
YUV 117.5 71.29 224.65 -
System Red Green Blue C M Y K H S L
Decimal 253 68 17 0 0.73 0.93 0.01 12.97 0.98 0.53
Hex FD 44 11 0 49 5D 1 D 62 35
Octal 375 104 21 0 111 135 1 15 142 65
Binary 11111101 1000100 10001 0 1001001 1011101 1 1101 1100010 110101

Color Harmonies of #FD4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4411

Black with #FD4411

Text Example


Text Example

White with #FD4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4411; }

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

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

background-color css

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

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

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

border-color css

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

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

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