Html Css Color HEX #FD400E Orange Red

📋 copy color: '#FD400E'

red 253 ◦ green 64 ◦ blue 14

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

Shades of Orange Red #FD400E

Tints of Orange Red #FD400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 76.44%
G = 19.34%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD400E (or 0xFD400E) is known color: Orange Red. HEX triplet: FD, 40 and 0E. RGB value is (253,64,14). Sum of RGB (Red+Green+Blue) = 253+64+14=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD400E is #02BFF1. Grayscale: #737373. Windows color (decimal): -180210 or 934141. OLE color: 934141.

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

Color convert

RGB 253 64 14 -
CMYK 0 0.75 0.94 0.01
HSL 12.55º 0.98% 0.52% -
HSV(B) 12.55º 0.94% 0.99% -
XYZ 42.42 24.58 2.92 -
YUV 114.81 71.12 226.57 -
System Red Green Blue C M Y K H S L
Decimal 253 64 14 0 0.75 0.94 0.01 12.55 0.98 0.52
Hex FD 40 E 0 4B 5E 1 D 62 34
Octal 375 100 16 0 113 136 1 15 142 64
Binary 11111101 1000000 1110 0 1001011 1011110 1 1101 1100010 110100

Color Harmonies of #FD400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD400E

Black with #FD400E

Text Example


Text Example

White with #FD400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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