Html Css Color HEX #FD4613 Orange Red

📋 copy color: '#FD4613'

red 253 ◦ green 70 ◦ blue 19

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

Shades of Orange Red #FD4613

Tints of Orange Red #FD4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 73.98%
G = 20.47%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD4613 (or 0xFD4613) is known color: Orange Red. HEX triplet: FD, 46 and 13. RGB value is (253,70,19). Sum of RGB (Red+Green+Blue) = 253+70+19=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4613 is #02B9EC. Grayscale: #777777. Windows color (decimal): -178669 or 1263357. OLE color: 1263357.

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

Color convert

RGB 253 70 19 -
CMYK 0 0.72 0.92 0.01
HSL 13.08º 0.98% 0.53% -
HSV(B) 13.08º 0.92% 0.99% -
XYZ 42.82 25.31 3.24 -
YUV 118.9 71.63 223.65 -
System Red Green Blue C M Y K H S L
Decimal 253 70 19 0 0.72 0.92 0.01 13.08 0.98 0.53
Hex FD 46 13 0 48 5C 1 D 62 35
Octal 375 106 23 0 110 134 1 15 142 65
Binary 11111101 1000110 10011 0 1001000 1011100 1 1101 1100010 110101

Color Harmonies of #FD4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4613

Black with #FD4613

Text Example


Text Example

White with #FD4613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4613; }

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

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

background-color css

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

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

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

border-color css

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

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

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