Html Css Color HEX #FD4517 Orange Red

📋 copy color: '#FD4517'

red 253 ◦ green 69 ◦ blue 23

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

Shades of Orange Red #FD4517

Tints of Orange Red #FD4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20%

 BLUE value IS 23 (9.38% from 255) = 6.67%

R = 73.33%
G = 20%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD4517 (or 0xFD4517) is known color: Orange Red. HEX triplet: FD, 45 and 17. RGB value is (253,69,23). Sum of RGB (Red+Green+Blue) = 253+69+23=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4517 is #02BAE8. Grayscale: #777777. Windows color (decimal): -178921 or 1525245. OLE color: 1525245.

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

Color convert

RGB 253 69 23 -
CMYK 0 0.73 0.91 0.01
HSL 12º 0.98% 0.54% -
HSV(B) 12º 0.91% 0.99% -
XYZ 42.79 25.2 3.42 -
YUV 118.77 73.96 223.74 -
System Red Green Blue C M Y K H S L
Decimal 253 69 23 0 0.73 0.91 0.01 12 0.98 0.54
Hex FD 45 17 0 49 5B 1 C 62 36
Octal 375 105 27 0 111 133 1 14 142 66
Binary 11111101 1000101 10111 0 1001001 1011011 1 1100 1100010 110110

Color Harmonies of #FD4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4517

Black with #FD4517

Text Example


Text Example

White with #FD4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4517; }

 p { color: rgb(253,69,23); }

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

background-color css

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

 a { background-color: rgb(253,69,23); }

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

border-color css

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

 span { border-color: rgb(253,69,23); }

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