Html Css Color HEX #FD311E Red Orange

📋 copy color: '#FD311E'

red 253 ◦ green 49 ◦ blue 30

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

Shades of Red Orange #FD311E

Tints of Red Orange #FD311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 76.2%
G = 14.76%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD311E (or 0xFD311E) is known color: Red Orange. HEX triplet: FD, 31 and 1E. RGB value is (253,49,30). Sum of RGB (Red+Green+Blue) = 253+49+30=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD311E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD311E is #02CEE1. Grayscale: #6C6C6C. Windows color (decimal): -184034 or 1978877. OLE color: 1978877.

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

Color convert

RGB 253 49 30 -
CMYK 0 0.81 0.88 0.01
HSL 5.11º 0.98% 0.55% -
HSV(B) 5.11º 0.88% 0.99% -
XYZ 41.84 23.17 3.5 -
YUV 107.83 84.09 231.54 -
System Red Green Blue C M Y K H S L
Decimal 253 49 30 0 0.81 0.88 0.01 5.11 0.98 0.55
Hex FD 31 1E 0 51 58 1 5 62 37
Octal 375 61 36 0 121 130 1 5 142 67
Binary 11111101 110001 11110 0 1010001 1011000 1 101 1100010 110111

Color Harmonies of #FD311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD311E

Black with #FD311E

Text Example


Text Example

White with #FD311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD311E; }

 p { color: rgb(253,49,30); }

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

background-color css

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

 a { background-color: rgb(253,49,30); }

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

border-color css

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

 span { border-color: rgb(253,49,30); }

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