Html Css Color HEX #FD3A14 Orange Red

📋 copy color: '#FD3A14'

red 253 ◦ green 58 ◦ blue 20

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

Shades of Orange Red #FD3A14

Tints of Orange Red #FD3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

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

R = 76.44%
G = 17.52%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD3A14 (or 0xFD3A14) is known color: Orange Red. HEX triplet: FD, 3A and 14. RGB value is (253,58,20). Sum of RGB (Red+Green+Blue) = 253+58+20=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A14 is #02C5EB. Grayscale: #707070. Windows color (decimal): -181740 or 1325821. OLE color: 1325821.

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

Color convert

RGB 253 58 20 -
CMYK 0 0.77 0.92 0.01
HSL 9.79º 0.98% 0.54% -
HSV(B) 9.79º 0.92% 0.99% -
XYZ 42.15 23.96 3.07 -
YUV 111.97 76.1 228.59 -
System Red Green Blue C M Y K H S L
Decimal 253 58 20 0 0.77 0.92 0.01 9.79 0.98 0.54
Hex FD 3A 14 0 4D 5C 1 A 62 36
Octal 375 72 24 0 115 134 1 12 142 66
Binary 11111101 111010 10100 0 1001101 1011100 1 1010 1100010 110110

Color Harmonies of #FD3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A14

Black with #FD3A14

Text Example


Text Example

White with #FD3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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