Html Css Color HEX #FD4D1E Red Orange

📋 copy color: '#FD4D1E'

red 253 ◦ green 77 ◦ blue 30

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

Shades of Red Orange #FD4D1E

Tints of Red Orange #FD4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

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

R = 70.28%
G = 21.39%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD4D1E (or 0xFD4D1E) is known color: Red Orange. HEX triplet: FD, 4D and 1E. RGB value is (253,77,30). Sum of RGB (Red+Green+Blue) = 253+77+30=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D1E is #02B2E1. Grayscale: #7C7C7C. Windows color (decimal): -176866 or 1986045. OLE color: 1986045.

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

Color convert

RGB 253 77 30 -
CMYK 0 0.70 0.88 0.01
HSL 12.65º 0.98% 0.55% -
HSV(B) 12.65º 0.88% 0.99% -
XYZ 43.4 26.28 4.01 -
YUV 124.27 74.81 219.82 -
System Red Green Blue C M Y K H S L
Decimal 253 77 30 0 0.70 0.88 0.01 12.65 0.98 0.55
Hex FD 4D 1E 0 46 58 1 D 62 37
Octal 375 115 36 0 106 130 1 15 142 67
Binary 11111101 1001101 11110 0 1000110 1011000 1 1101 1100010 110111

Color Harmonies of #FD4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D1E

Black with #FD4D1E

Text Example


Text Example

White with #FD4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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