Html Css Color HEX #FD301B Red Orange

📋 copy color: '#FD301B'

red 253 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #FD301B

Tints of Red Orange #FD301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 77.13%
G = 14.63%
B = 8.23%

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

#FD301B (or 0xFD301B) is known color: Red Orange. HEX triplet: FD, 30 and 1B. RGB value is (253,48,27). Sum of RGB (Red+Green+Blue) = 253+48+27=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD301B is #02CFE4. Grayscale: #6B6B6B. Windows color (decimal): -184293 or 1782013. OLE color: 1782013.

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

Color convert

RGB 253 48 27 -
CMYK 0 0.81 0.89 0.01
HSL 5.58º 0.98% 0.55% -
HSV(B) 5.58º 0.89% 0.99% -
XYZ 41.76 23.08 3.29 -
YUV 106.9 82.92 232.21 -
System Red Green Blue C M Y K H S L
Decimal 253 48 27 0 0.81 0.89 0.01 5.58 0.98 0.55
Hex FD 30 1B 0 51 59 1 6 62 37
Octal 375 60 33 0 121 131 1 6 142 67
Binary 11111101 110000 11011 0 1010001 1011001 1 110 1100010 110111

Color Harmonies of #FD301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD301B

Black with #FD301B

Text Example


Text Example

White with #FD301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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