Html Css Color HEX #FD4D20 Red Orange

📋 copy color: '#FD4D20'

red 253 ◦ green 77 ◦ blue 32

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

Shades of Red Orange #FD4D20

Tints of Red Orange #FD4D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 69.89%
G = 21.27%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD4D20 (or 0xFD4D20) is known color: Red Orange. HEX triplet: FD, 4D and 20. RGB value is (253,77,32). Sum of RGB (Red+Green+Blue) = 253+77+32=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D20 is #02B2DF. Grayscale: #7C7C7C. Windows color (decimal): -176864 or 2117117. OLE color: 2117117.

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

Color convert

RGB 253 77 32 -
CMYK 0 0.70 0.87 0.01
HSL 12.22º 0.98% 0.56% -
HSV(B) 12.22º 0.87% 0.99% -
XYZ 43.42 26.29 4.15 -
YUV 124.49 75.81 219.66 -
System Red Green Blue C M Y K H S L
Decimal 253 77 32 0 0.70 0.87 0.01 12.22 0.98 0.56
Hex FD 4D 20 0 46 57 1 C 62 38
Octal 375 115 40 0 106 127 1 14 142 70
Binary 11111101 1001101 100000 0 1000110 1010111 1 1100 1100010 111000

Color Harmonies of #FD4D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D20

Black with #FD4D20

Text Example


Text Example

White with #FD4D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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