Html Css Color HEX #FD4C20 Red Orange

📋 copy color: '#FD4C20'

red 253 ◦ green 76 ◦ blue 32

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

Shades of Red Orange #FD4C20

Tints of Red Orange #FD4C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

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

R = 70.08%
G = 21.05%
B = 8.86%

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

#FD4C20 (or 0xFD4C20) is known color: Red Orange. HEX triplet: FD, 4C and 20. RGB value is (253,76,32). Sum of RGB (Red+Green+Blue) = 253+76+32=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C20 is #02B3DF. Grayscale: #7C7C7C. Windows color (decimal): -177120 or 2116861. OLE color: 2116861.

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

Color convert

RGB 253 76 32 -
CMYK 0 0.70 0.87 0.01
HSL 11.95º 0.98% 0.56% -
HSV(B) 11.95º 0.87% 0.99% -
XYZ 43.35 26.16 4.13 -
YUV 123.91 76.14 220.08 -
System Red Green Blue C M Y K H S L
Decimal 253 76 32 0 0.70 0.87 0.01 11.95 0.98 0.56
Hex FD 4C 20 0 46 57 1 C 62 38
Octal 375 114 40 0 106 127 1 14 142 70
Binary 11111101 1001100 100000 0 1000110 1010111 1 1100 1100010 111000

Color Harmonies of #FD4C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C20

Black with #FD4C20

Text Example


Text Example

White with #FD4C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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