Html Css Color HEX #FF4416 Orange Red

📋 copy color: '#FF4416'

red 255 ◦ green 68 ◦ blue 22

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

Shades of Orange Red #FF4416

Tints of Orange Red #FF4416

RGB

 RED value IS 255 (100% from 255) = 73.91%

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

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

R = 73.91%
G = 19.71%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF4416 (or 0xFF4416) is known color: Orange Red. HEX triplet: FF, 44 and 16. RGB value is (255,68,22). Sum of RGB (Red+Green+Blue) = 255+68+22=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4416 is #00BBE9. Grayscale: #777777. Windows color (decimal): -48106 or 1459455. OLE color: 1459455.

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

Color convert

RGB 255 68 22 -
CMYK 0 0.73 0.91 0
HSL 11.85º 1% 0.54% -
HSV(B) 11.85º 0.91% 1% -
XYZ 43.45 25.45 3.38 -
YUV 118.67 73.45 225.24 -
System Red Green Blue C M Y K H S L
Decimal 255 68 22 0 0.73 0.91 0 11.85 1 0.54
Hex FF 44 16 0 49 5B 0 C 64 36
Octal 377 104 26 0 111 133 0 14 144 66
Binary 11111111 1000100 10110 0 1001001 1011011 0 1100 1100100 110110

Color Harmonies of #FF4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4416

Black with #FF4416

Text Example


Text Example

White with #FF4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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