Html Css Color HEX #FD471D Red Orange

📋 copy color: '#FD471D'

red 253 ◦ green 71 ◦ blue 29

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

Shades of Red Orange #FD471D

Tints of Red Orange #FD471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

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

R = 71.67%
G = 20.11%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD471D (or 0xFD471D) is known color: Red Orange. HEX triplet: FD, 47 and 1D. RGB value is (253,71,29). Sum of RGB (Red+Green+Blue) = 253+71+29=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD471D is #02B8E2. Grayscale: #787878. Windows color (decimal): -178403 or 1918973. OLE color: 1918973.

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

Color convert

RGB 253 71 29 -
CMYK 0 0.72 0.89 0.01
HSL 11.25º 0.98% 0.55% -
HSV(B) 11.25º 0.89% 0.99% -
XYZ 42.98 25.48 3.81 -
YUV 120.63 76.3 222.42 -
System Red Green Blue C M Y K H S L
Decimal 253 71 29 0 0.72 0.89 0.01 11.25 0.98 0.55
Hex FD 47 1D 0 48 59 1 B 62 37
Octal 375 107 35 0 110 131 1 13 142 67
Binary 11111101 1000111 11101 0 1001000 1011001 1 1011 1100010 110111

Color Harmonies of #FD471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD471D

Black with #FD471D

Text Example


Text Example

White with #FD471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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