Html Css Color HEX #FD401E Red Orange

📋 copy color: '#FD401E'

red 253 ◦ green 64 ◦ blue 30

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

Shades of Red Orange #FD401E

Tints of Red Orange #FD401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 72.91%
G = 18.44%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD401E (or 0xFD401E) is known color: Red Orange. HEX triplet: FD, 40 and 1E. RGB value is (253,64,30). Sum of RGB (Red+Green+Blue) = 253+64+30=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD401E is #02BFE1. Grayscale: #747474. Windows color (decimal): -180194 or 1982717. OLE color: 1982717.

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

Color convert

RGB 253 64 30 -
CMYK 0 0.75 0.88 0.01
HSL 9.15º 0.98% 0.55% -
HSV(B) 9.15º 0.88% 0.99% -
XYZ 42.58 24.64 3.74 -
YUV 116.64 79.12 225.26 -
System Red Green Blue C M Y K H S L
Decimal 253 64 30 0 0.75 0.88 0.01 9.15 0.98 0.55
Hex FD 40 1E 0 4B 58 1 9 62 37
Octal 375 100 36 0 113 130 1 11 142 67
Binary 11111101 1000000 11110 0 1001011 1011000 1 1001 1100010 110111

Color Harmonies of #FD401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD401E

Black with #FD401E

Text Example


Text Example

White with #FD401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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