Html Css Color HEX #FD420E Orange Red

📋 copy color: '#FD420E'

red 253 ◦ green 66 ◦ blue 14

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

Shades of Orange Red #FD420E

Tints of Orange Red #FD420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 75.98%
G = 19.82%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD420E (or 0xFD420E) is known color: Orange Red. HEX triplet: FD, 42 and 0E. RGB value is (253,66,14). Sum of RGB (Red+Green+Blue) = 253+66+14=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD420E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD420E is #02BDF1. Grayscale: #747474. Windows color (decimal): -179698 or 934653. OLE color: 934653.

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

Color convert

RGB 253 66 14 -
CMYK 0 0.74 0.94 0.01
HSL 13.05º 0.98% 0.52% -
HSV(B) 13.05º 0.94% 0.99% -
XYZ 42.54 24.81 2.96 -
YUV 115.99 70.45 225.73 -
System Red Green Blue C M Y K H S L
Decimal 253 66 14 0 0.74 0.94 0.01 13.05 0.98 0.52
Hex FD 42 E 0 4A 5E 1 D 62 34
Octal 375 102 16 0 112 136 1 15 142 64
Binary 11111101 1000010 1110 0 1001010 1011110 1 1101 1100010 110100

Color Harmonies of #FD420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD420E

Black with #FD420E

Text Example


Text Example

White with #FD420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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