Html Css Color HEX #FD4914 Orange Red

📋 copy color: '#FD4914'

red 253 ◦ green 73 ◦ blue 20

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

Shades of Orange Red #FD4914

Tints of Orange Red #FD4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 73.12%
G = 21.1%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD4914 (or 0xFD4914) is known color: Orange Red. HEX triplet: FD, 49 and 14. RGB value is (253,73,20). Sum of RGB (Red+Green+Blue) = 253+73+20=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4914 is #02B6EB. Grayscale: #797979. Windows color (decimal): -177900 or 1329661. OLE color: 1329661.

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

Color convert

RGB 253 73 20 -
CMYK 0 0.71 0.92 0.01
HSL 13.65º 0.98% 0.54% -
HSV(B) 13.65º 0.92% 0.99% -
XYZ 43.02 25.7 3.35 -
YUV 120.78 71.13 222.31 -
System Red Green Blue C M Y K H S L
Decimal 253 73 20 0 0.71 0.92 0.01 13.65 0.98 0.54
Hex FD 49 14 0 47 5C 1 E 62 36
Octal 375 111 24 0 107 134 1 16 142 66
Binary 11111101 1001001 10100 0 1000111 1011100 1 1110 1100010 110110

Color Harmonies of #FD4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4914

Black with #FD4914

Text Example


Text Example

White with #FD4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4914; }

 p { color: rgb(253,73,20); }

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

background-color css

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

 a { background-color: rgb(253,73,20); }

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

border-color css

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

 span { border-color: rgb(253,73,20); }

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