Html Css Color HEX #F84116 Orange Red

📋 copy color: '#F84116'

red 248 ◦ green 65 ◦ blue 22

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

Shades of Orange Red #F84116

Tints of Orange Red #F84116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 74.03%
G = 19.4%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F84116 (or 0xF84116) is known color: Orange Red. HEX triplet: F8, 41 and 16. RGB value is (248,65,22). Sum of RGB (Red+Green+Blue) = 248+65+22=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F84116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84116 is #07BEE9. Grayscale: #737373. Windows color (decimal): -507626 or 1458680. OLE color: 1458680.

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

Color convert

RGB 248 65 22 -
CMYK 0 0.74 0.91 0.03
HSL 11.42º 0.94% 0.53% -
HSV(B) 11.42º 0.91% 0.97% -
XYZ 40.75 23.79 3.2 -
YUV 114.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 248 65 22 0 0.74 0.91 0.03 11.42 0.94 0.53
Hex F8 41 16 0 4A 5B 3 B 5E 35
Octal 370 101 26 0 112 133 3 13 136 65
Binary 11111000 1000001 10110 0 1001010 1011011 11 1011 1011110 110101

Color Harmonies of #F84116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84116

Black with #F84116

Text Example


Text Example

White with #F84116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84116; }

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

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

background-color css

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

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

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

border-color css

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

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

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