Html Css Color HEX #FD4A29 Red Orange

📋 copy color: '#FD4A29'

red 253 ◦ green 74 ◦ blue 41

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

Shades of Red Orange #FD4A29

Tints of Red Orange #FD4A29

RGB

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

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

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

R = 68.75%
G = 20.11%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD4A29 (or 0xFD4A29) is known color: Red Orange. HEX triplet: FD, 4A and 29. RGB value is (253,74,41). Sum of RGB (Red+Green+Blue) = 253+74+41=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A29 is #02B5D6. Grayscale: #7C7C7C. Windows color (decimal): -177623 or 2706173. OLE color: 2706173.

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

Color convert

RGB 253 74 41 -
CMYK 0 0.71 0.84 0.01
HSL 9.34º 0.98% 0.58% -
HSV(B) 9.34º 0.84% 0.99% -
XYZ 43.36 25.94 4.82 -
YUV 123.76 81.3 220.18 -
System Red Green Blue C M Y K H S L
Decimal 253 74 41 0 0.71 0.84 0.01 9.34 0.98 0.58
Hex FD 4A 29 0 47 54 1 9 62 3A
Octal 375 112 51 0 107 124 1 11 142 72
Binary 11111101 1001010 101001 0 1000111 1010100 1 1001 1100010 111010

Color Harmonies of #FD4A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A29

Black with #FD4A29

Text Example


Text Example

White with #FD4A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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