Html Css Color HEX #FD440E Orange Red

📋 copy color: '#FD440E'

red 253 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #FD440E

Tints of Orange Red #FD440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 75.52%
G = 20.3%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD440E (or 0xFD440E) is known color: Orange Red. HEX triplet: FD, 44 and 0E. RGB value is (253,68,14). Sum of RGB (Red+Green+Blue) = 253+68+14=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD440E is #02BBF1. Grayscale: #757575. Windows color (decimal): -179186 or 935165. OLE color: 935165.

HSL color Cylindrical-coordinate representation of color #FD440E: hue angle of 13.56º 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 #FD440E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 68 14 -
CMYK 0 0.73 0.94 0.01
HSL 13.56º 0.98% 0.52% -
HSV(B) 13.56º 0.94% 0.99% -
XYZ 42.65 25.05 3 -
YUV 117.16 69.79 224.89 -
System Red Green Blue C M Y K H S L
Decimal 253 68 14 0 0.73 0.94 0.01 13.56 0.98 0.52
Hex FD 44 E 0 49 5E 1 E 62 34
Octal 375 104 16 0 111 136 1 16 142 64
Binary 11111101 1000100 1110 0 1001001 1011110 1 1110 1100010 110100

Color Harmonies of #FD440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD440E

Black with #FD440E

Text Example


Text Example

White with #FD440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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