Html Css Color HEX #FD4313 Orange Red

📋 copy color: '#FD4313'

red 253 ◦ green 67 ◦ blue 19

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

Shades of Orange Red #FD4313

Tints of Orange Red #FD4313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 74.63%
G = 19.76%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD4313 (or 0xFD4313) is known color: Orange Red. HEX triplet: FD, 43 and 13. RGB value is (253,67,19). Sum of RGB (Red+Green+Blue) = 253+67+19=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4313 is #02BCEC. Grayscale: #757575. Windows color (decimal): -179437 or 1262589. OLE color: 1262589.

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

Color convert

RGB 253 67 19 -
CMYK 0 0.74 0.92 0.01
HSL 12.31º 0.98% 0.53% -
HSV(B) 12.31º 0.92% 0.99% -
XYZ 42.63 24.94 3.18 -
YUV 117.14 72.62 224.9 -
System Red Green Blue C M Y K H S L
Decimal 253 67 19 0 0.74 0.92 0.01 12.31 0.98 0.53
Hex FD 43 13 0 4A 5C 1 C 62 35
Octal 375 103 23 0 112 134 1 14 142 65
Binary 11111101 1000011 10011 0 1001010 1011100 1 1100 1100010 110101

Color Harmonies of #FD4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4313

Black with #FD4313

Text Example


Text Example

White with #FD4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4313; }

 p { color: rgb(253,67,19); }

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

background-color css

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

 a { background-color: rgb(253,67,19); }

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

border-color css

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

 span { border-color: rgb(253,67,19); }

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