Html Css Color HEX #FD4416 Orange Red

📋 copy color: '#FD4416'

red 253 ◦ green 68 ◦ blue 22

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

Shades of Orange Red #FD4416

Tints of Orange Red #FD4416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 73.76%
G = 19.83%
B = 6.41%

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

#FD4416 (or 0xFD4416) is known color: Orange Red. HEX triplet: FD, 44 and 16. RGB value is (253,68,22). Sum of RGB (Red+Green+Blue) = 253+68+22=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4416 is #02BBE9. Grayscale: #767676. Windows color (decimal): -179178 or 1459453. OLE color: 1459453.

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

Color convert

RGB 253 68 22 -
CMYK 0 0.73 0.91 0.01
HSL 11.95º 0.98% 0.54% -
HSV(B) 11.95º 0.91% 0.99% -
XYZ 42.72 25.07 3.35 -
YUV 118.07 73.79 224.24 -
System Red Green Blue C M Y K H S L
Decimal 253 68 22 0 0.73 0.91 0.01 11.95 0.98 0.54
Hex FD 44 16 0 49 5B 1 C 62 36
Octal 375 104 26 0 111 133 1 14 142 66
Binary 11111101 1000100 10110 0 1001001 1011011 1 1100 1100010 110110

Color Harmonies of #FD4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4416

Black with #FD4416

Text Example


Text Example

White with #FD4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4416; }

 p { color: rgb(253,68,22); }

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

background-color css

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

 a { background-color: rgb(253,68,22); }

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

border-color css

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

 span { border-color: rgb(253,68,22); }

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