Html Css Color HEX #FD4A20 Red Orange

📋 copy color: '#FD4A20'

red 253 ◦ green 74 ◦ blue 32

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

Shades of Red Orange #FD4A20

Tints of Red Orange #FD4A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 70.47%
G = 20.61%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD4A20 (or 0xFD4A20) is known color: Red Orange. HEX triplet: FD, 4A and 20. RGB value is (253,74,32). Sum of RGB (Red+Green+Blue) = 253+74+32=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A20 is #02B5DF. Grayscale: #7B7B7B. Windows color (decimal): -177632 or 2116349. OLE color: 2116349.

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

Color convert

RGB 253 74 32 -
CMYK 0 0.71 0.87 0.01
HSL 11.4º 0.98% 0.56% -
HSV(B) 11.4º 0.87% 0.99% -
XYZ 43.22 25.88 4.08 -
YUV 122.73 76.8 220.92 -
System Red Green Blue C M Y K H S L
Decimal 253 74 32 0 0.71 0.87 0.01 11.4 0.98 0.56
Hex FD 4A 20 0 47 57 1 B 62 38
Octal 375 112 40 0 107 127 1 13 142 70
Binary 11111101 1001010 100000 0 1000111 1010111 1 1011 1100010 111000

Color Harmonies of #FD4A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A20

Black with #FD4A20

Text Example


Text Example

White with #FD4A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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