Html Css Color HEX #FD490E Orange Red

📋 copy color: '#FD490E'

red 253 ◦ green 73 ◦ blue 14

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

Shades of Orange Red #FD490E

Tints of Orange Red #FD490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 74.41%
G = 21.47%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD490E (or 0xFD490E) is known color: Orange Red. HEX triplet: FD, 49 and 0E. RGB value is (253,73,14). Sum of RGB (Red+Green+Blue) = 253+73+14=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD490E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD490E is #02B6F1. Grayscale: #787878. Windows color (decimal): -177906 or 936445. OLE color: 936445.

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

Color convert

RGB 253 73 14 -
CMYK 0 0.71 0.94 0.01
HSL 14.81º 0.98% 0.52% -
HSV(B) 14.81º 0.94% 0.99% -
XYZ 42.97 25.68 3.11 -
YUV 120.09 68.13 222.8 -
System Red Green Blue C M Y K H S L
Decimal 253 73 14 0 0.71 0.94 0.01 14.81 0.98 0.52
Hex FD 49 E 0 47 5E 1 F 62 34
Octal 375 111 16 0 107 136 1 17 142 64
Binary 11111101 1001001 1110 0 1000111 1011110 1 1111 1100010 110100

Color Harmonies of #FD490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD490E

Black with #FD490E

Text Example


Text Example

White with #FD490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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