Html Css Color HEX #FD4614 Orange Red

📋 copy color: '#FD4614'

red 253 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #FD4614

Tints of Orange Red #FD4614

RGB

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

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

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

R = 73.76%
G = 20.41%
B = 5.83%

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

#FD4614 (or 0xFD4614) is known color: Orange Red. HEX triplet: FD, 46 and 14. RGB value is (253,70,20). Sum of RGB (Red+Green+Blue) = 253+70+20=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4614 is #02B9EB. Grayscale: #777777. Windows color (decimal): -178668 or 1328893. OLE color: 1328893.

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

Color convert

RGB 253 70 20 -
CMYK 0 0.72 0.92 0.01
HSL 12.88º 0.98% 0.54% -
HSV(B) 12.88º 0.92% 0.99% -
XYZ 42.82 25.31 3.29 -
YUV 119.02 72.13 223.57 -
System Red Green Blue C M Y K H S L
Decimal 253 70 20 0 0.72 0.92 0.01 12.88 0.98 0.54
Hex FD 46 14 0 48 5C 1 D 62 36
Octal 375 106 24 0 110 134 1 15 142 66
Binary 11111101 1000110 10100 0 1001000 1011100 1 1101 1100010 110110

Color Harmonies of #FD4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4614

Black with #FD4614

Text Example


Text Example

White with #FD4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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