Html Css Color HEX #FD301C Red Orange

📋 copy color: '#FD301C'

red 253 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #FD301C

Tints of Red Orange #FD301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 76.9%
G = 14.59%
B = 8.51%

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

#FD301C (or 0xFD301C) is known color: Red Orange. HEX triplet: FD, 30 and 1C. RGB value is (253,48,28). Sum of RGB (Red+Green+Blue) = 253+48+28=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD301C is #02CFE3. Grayscale: #6B6B6B. Windows color (decimal): -184292 or 1847549. OLE color: 1847549.

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

Color convert

RGB 253 48 28 -
CMYK 0 0.81 0.89 0.01
HSL 5.33º 0.98% 0.55% -
HSV(B) 5.33º 0.89% 0.99% -
XYZ 41.77 23.08 3.35 -
YUV 107.02 83.42 232.13 -
System Red Green Blue C M Y K H S L
Decimal 253 48 28 0 0.81 0.89 0.01 5.33 0.98 0.55
Hex FD 30 1C 0 51 59 1 5 62 37
Octal 375 60 34 0 121 131 1 5 142 67
Binary 11111101 110000 11100 0 1010001 1011001 1 101 1100010 110111

Color Harmonies of #FD301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD301C

Black with #FD301C

Text Example


Text Example

White with #FD301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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