Html Css Color HEX #FD472F Red Orange

📋 copy color: '#FD472F'

red 253 ◦ green 71 ◦ blue 47

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

Shades of Red Orange #FD472F

Tints of Red Orange #FD472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 68.19%
G = 19.14%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD472F (or 0xFD472F) is known color: Red Orange. HEX triplet: FD, 47 and 2F. RGB value is (253,71,47). Sum of RGB (Red+Green+Blue) = 253+71+47=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD472F is #02B8D0. Grayscale: #7A7A7A. Windows color (decimal): -178385 or 3098621. OLE color: 3098621.

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

Color convert

RGB 253 71 47 -
CMYK 0 0.72 0.81 0.01
HSL 6.99º 0.98% 0.59% -
HSV(B) 6.99º 0.81% 0.99% -
XYZ 43.27 25.59 5.35 -
YUV 122.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 253 71 47 0 0.72 0.81 0.01 6.99 0.98 0.59
Hex FD 47 2F 0 48 51 1 7 62 3B
Octal 375 107 57 0 110 121 1 7 142 73
Binary 11111101 1000111 101111 0 1001000 1010001 1 111 1100010 111011

Color Harmonies of #FD472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD472F

Black with #FD472F

Text Example


Text Example

White with #FD472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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