Html Css Color HEX #FD4A1D Red Orange

📋 copy color: '#FD4A1D'

red 253 ◦ green 74 ◦ blue 29

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

Shades of Red Orange #FD4A1D

Tints of Red Orange #FD4A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 71.07%
G = 20.79%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD4A1D (or 0xFD4A1D) is known color: Red Orange. HEX triplet: FD, 4A and 1D. RGB value is (253,74,29). Sum of RGB (Red+Green+Blue) = 253+74+29=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A1D is #02B5E2. Grayscale: #7A7A7A. Windows color (decimal): -177635 or 1919741. OLE color: 1919741.

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

Color convert

RGB 253 74 29 -
CMYK 0 0.71 0.89 0.01
HSL 12.05º 0.98% 0.55% -
HSV(B) 12.05º 0.89% 0.99% -
XYZ 43.18 25.87 3.88 -
YUV 122.39 75.3 221.16 -
System Red Green Blue C M Y K H S L
Decimal 253 74 29 0 0.71 0.89 0.01 12.05 0.98 0.55
Hex FD 4A 1D 0 47 59 1 C 62 37
Octal 375 112 35 0 107 131 1 14 142 67
Binary 11111101 1001010 11101 0 1000111 1011001 1 1100 1100010 110111

Color Harmonies of #FD4A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A1D

Black with #FD4A1D

Text Example


Text Example

White with #FD4A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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