Html Css Color HEX #FD311C Red Orange

📋 copy color: '#FD311C'

red 253 ◦ green 49 ◦ blue 28

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

Shades of Red Orange #FD311C

Tints of Red Orange #FD311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 76.67%
G = 14.85%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD311C (or 0xFD311C) is known color: Red Orange. HEX triplet: FD, 31 and 1C. RGB value is (253,49,28). Sum of RGB (Red+Green+Blue) = 253+49+28=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD311C is #02CEE3. Grayscale: #6B6B6B. Windows color (decimal): -184036 or 1847805. OLE color: 1847805.

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

Color convert

RGB 253 49 28 -
CMYK 0 0.81 0.89 0.01
HSL 5.6º 0.98% 0.55% -
HSV(B) 5.6º 0.89% 0.99% -
XYZ 41.82 23.16 3.37 -
YUV 107.6 83.09 231.71 -
System Red Green Blue C M Y K H S L
Decimal 253 49 28 0 0.81 0.89 0.01 5.6 0.98 0.55
Hex FD 31 1C 0 51 59 1 6 62 37
Octal 375 61 34 0 121 131 1 6 142 67
Binary 11111101 110001 11100 0 1010001 1011001 1 110 1100010 110111

Color Harmonies of #FD311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD311C

Black with #FD311C

Text Example


Text Example

White with #FD311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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