Html Css Color HEX #FD4329 Red Orange

📋 copy color: '#FD4329'

red 253 ◦ green 67 ◦ blue 41

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

Shades of Red Orange #FD4329

Tints of Red Orange #FD4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.56%

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

R = 70.08%
G = 18.56%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD4329 (or 0xFD4329) is known color: Red Orange. HEX triplet: FD, 43 and 29. RGB value is (253,67,41). Sum of RGB (Red+Green+Blue) = 253+67+41=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4329 is #02BCD6. Grayscale: #777777. Windows color (decimal): -179415 or 2704381. OLE color: 2704381.

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

Color convert

RGB 253 67 41 -
CMYK 0 0.74 0.84 0.01
HSL 7.36º 0.98% 0.58% -
HSV(B) 7.36º 0.84% 0.99% -
XYZ 42.92 25.06 4.67 -
YUV 119.65 83.62 223.11 -
System Red Green Blue C M Y K H S L
Decimal 253 67 41 0 0.74 0.84 0.01 7.36 0.98 0.58
Hex FD 43 29 0 4A 54 1 7 62 3A
Octal 375 103 51 0 112 124 1 7 142 72
Binary 11111101 1000011 101001 0 1001010 1010100 1 111 1100010 111010

Color Harmonies of #FD4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4329

Black with #FD4329

Text Example


Text Example

White with #FD4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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