Html Css Color HEX #F84916 Orange Red

📋 copy color: '#F84916'

red 248 ◦ green 73 ◦ blue 22

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

Shades of Orange Red #F84916

Tints of Orange Red #F84916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

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

R = 72.3%
G = 21.28%
B = 6.41%

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

#F84916 (or 0xF84916) is known color: Orange Red. HEX triplet: F8, 49 and 16. RGB value is (248,73,22). Sum of RGB (Red+Green+Blue) = 248+73+22=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F84916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84916 is #07B6E9. Grayscale: #777777. Windows color (decimal): -505578 or 1460728. OLE color: 1460728.

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

Color convert

RGB 248 73 22 -
CMYK 0 0.71 0.91 0.03
HSL 13.54º 0.94% 0.53% -
HSV(B) 13.54º 0.91% 0.97% -
XYZ 41.24 24.78 3.37 -
YUV 119.51 72.98 219.65 -
System Red Green Blue C M Y K H S L
Decimal 248 73 22 0 0.71 0.91 0.03 13.54 0.94 0.53
Hex F8 49 16 0 47 5B 3 E 5E 35
Octal 370 111 26 0 107 133 3 16 136 65
Binary 11111000 1001001 10110 0 1000111 1011011 11 1110 1011110 110101

Color Harmonies of #F84916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84916

Black with #F84916

Text Example


Text Example

White with #F84916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84916; }

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

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

background-color css

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

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

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

border-color css

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

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

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