Html Css Color HEX #FF4616 Orange Red

📋 copy color: '#FF4616'

red 255 ◦ green 70 ◦ blue 22

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

Shades of Orange Red #FF4616

Tints of Orange Red #FF4616

RGB

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

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

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

R = 73.49%
G = 20.17%
B = 6.34%

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

#FF4616 (or 0xFF4616) is known color: Orange Red. HEX triplet: FF, 46 and 16. RGB value is (255,70,22). Sum of RGB (Red+Green+Blue) = 255+70+22=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4616 is #00B9E9. Grayscale: #787878. Windows color (decimal): -47594 or 1459967. OLE color: 1459967.

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

Color convert

RGB 255 70 22 -
CMYK 0 0.73 0.91 0
HSL 12.36º 1% 0.54% -
HSV(B) 12.36º 0.91% 1% -
XYZ 43.57 25.7 3.42 -
YUV 119.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 255 70 22 0 0.73 0.91 0 12.36 1 0.54
Hex FF 46 16 0 49 5B 0 C 64 36
Octal 377 106 26 0 111 133 0 14 144 66
Binary 11111111 1000110 10110 0 1001001 1011011 0 1100 1100100 110110

Color Harmonies of #FF4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4616

Black with #FF4616

Text Example


Text Example

White with #FF4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4616; }

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

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

background-color css

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

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

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

border-color css

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

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

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