Html Css Color HEX #FD471F Red Orange

📋 copy color: '#FD471F'

red 253 ◦ green 71 ◦ blue 31

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

Shades of Red Orange #FD471F

Tints of Red Orange #FD471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 71.27%
G = 20%
B = 8.73%

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

#FD471F (or 0xFD471F) is known color: Red Orange. HEX triplet: FD, 47 and 1F. RGB value is (253,71,31). Sum of RGB (Red+Green+Blue) = 253+71+31=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD471F is #02B8E0. Grayscale: #797979. Windows color (decimal): -178401 or 2050045. OLE color: 2050045.

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

Color convert

RGB 253 71 31 -
CMYK 0 0.72 0.88 0.01
HSL 10.81º 0.98% 0.56% -
HSV(B) 10.81º 0.88% 0.99% -
XYZ 43.01 25.49 3.95 -
YUV 120.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 253 71 31 0 0.72 0.88 0.01 10.81 0.98 0.56
Hex FD 47 1F 0 48 58 1 B 62 38
Octal 375 107 37 0 110 130 1 13 142 70
Binary 11111101 1000111 11111 0 1001000 1011000 1 1011 1100010 111000

Color Harmonies of #FD471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD471F

Black with #FD471F

Text Example


Text Example

White with #FD471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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