Html Css Color HEX #FD4529 Red Orange

📋 copy color: '#FD4529'

red 253 ◦ green 69 ◦ blue 41

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

Shades of Red Orange #FD4529

Tints of Red Orange #FD4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 69.7%
G = 19.01%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD4529 (or 0xFD4529) is known color: Red Orange. HEX triplet: FD, 45 and 29. RGB value is (253,69,41). Sum of RGB (Red+Green+Blue) = 253+69+41=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4529 is #02BAD6. Grayscale: #797979. Windows color (decimal): -178903 or 2704893. OLE color: 2704893.

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

Color convert

RGB 253 69 41 -
CMYK 0 0.73 0.84 0.01
HSL 7.92º 0.98% 0.58% -
HSV(B) 7.92º 0.84% 0.99% -
XYZ 43.04 25.3 4.71 -
YUV 120.82 82.96 222.28 -
System Red Green Blue C M Y K H S L
Decimal 253 69 41 0 0.73 0.84 0.01 7.92 0.98 0.58
Hex FD 45 29 0 49 54 1 8 62 3A
Octal 375 105 51 0 111 124 1 10 142 72
Binary 11111101 1000101 101001 0 1001001 1010100 1 1000 1100010 111010

Color Harmonies of #FD4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4529

Black with #FD4529

Text Example


Text Example

White with #FD4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4529; }

 p { color: rgb(253,69,41); }

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

background-color css

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

 a { background-color: rgb(253,69,41); }

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

border-color css

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

 span { border-color: rgb(253,69,41); }

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