Html Css Color HEX #FD471E Red Orange

📋 copy color: '#FD471E'

red 253 ◦ green 71 ◦ blue 30

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

Shades of Red Orange #FD471E

Tints of Red Orange #FD471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 71.47%
G = 20.06%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD471E (or 0xFD471E) is known color: Red Orange. HEX triplet: FD, 47 and 1E. RGB value is (253,71,30). Sum of RGB (Red+Green+Blue) = 253+71+30=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD471E is #02B8E1. Grayscale: #797979. Windows color (decimal): -178402 or 1984509. OLE color: 1984509.

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

Color convert

RGB 253 71 30 -
CMYK 0 0.72 0.88 0.01
HSL 11.03º 0.98% 0.55% -
HSV(B) 11.03º 0.88% 0.99% -
XYZ 43 25.48 3.88 -
YUV 120.74 76.8 222.33 -
System Red Green Blue C M Y K H S L
Decimal 253 71 30 0 0.72 0.88 0.01 11.03 0.98 0.55
Hex FD 47 1E 0 48 58 1 B 62 37
Octal 375 107 36 0 110 130 1 13 142 67
Binary 11111101 1000111 11110 0 1001000 1011000 1 1011 1100010 110111

Color Harmonies of #FD471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD471E

Black with #FD471E

Text Example


Text Example

White with #FD471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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