Html Css Color HEX #F84716 Orange Red

📋 copy color: '#F84716'

red 248 ◦ green 71 ◦ blue 22

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

Shades of Orange Red #F84716

Tints of Orange Red #F84716

RGB

 RED value IS 248 (97.27% from 255) = 72.73%

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 72.73%
G = 20.82%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F84716 (or 0xF84716) is known color: Orange Red. HEX triplet: F8, 47 and 16. RGB value is (248,71,22). Sum of RGB (Red+Green+Blue) = 248+71+22=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F84716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84716 is #07B8E9. Grayscale: #767676. Windows color (decimal): -506090 or 1460216. OLE color: 1460216.

HSL color Cylindrical-coordinate representation of color #F84716: hue angle of 13.01º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F84716 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 71 22 -
CMYK 0 0.71 0.91 0.03
HSL 13.01º 0.94% 0.53% -
HSV(B) 13.01º 0.91% 0.97% -
XYZ 41.11 24.52 3.33 -
YUV 118.34 73.64 220.48 -
System Red Green Blue C M Y K H S L
Decimal 248 71 22 0 0.71 0.91 0.03 13.01 0.94 0.53
Hex F8 47 16 0 47 5B 3 D 5E 35
Octal 370 107 26 0 107 133 3 15 136 65
Binary 11111000 1000111 10110 0 1000111 1011011 11 1101 1011110 110101

Color Harmonies of #F84716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84716

Black with #F84716

Text Example


Text Example

White with #F84716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84716; }

 p { color: rgb(248,71,22); }

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

background-color css

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

 a { background-color: rgb(248,71,22); }

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

border-color css

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

 span { border-color: rgb(248,71,22); }

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