Html Css Color HEX #F84911 Orange Red

📋 copy color: '#F84911'

red 248 ◦ green 73 ◦ blue 17

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

Shades of Orange Red #F84911

Tints of Orange Red #F84911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 73.37%
G = 21.6%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F84911 (or 0xF84911) is known color: Orange Red. HEX triplet: F8, 49 and 11. RGB value is (248,73,17). Sum of RGB (Red+Green+Blue) = 248+73+17=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F84911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84911 is #07B6EE. Grayscale: #777777. Windows color (decimal): -505583 or 1133048. OLE color: 1133048.

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

Color convert

RGB 248 73 17 -
CMYK 0 0.71 0.93 0.03
HSL 14.55º 0.94% 0.52% -
HSV(B) 14.55º 0.93% 0.97% -
XYZ 41.2 24.76 3.14 -
YUV 118.94 70.48 220.05 -
System Red Green Blue C M Y K H S L
Decimal 248 73 17 0 0.71 0.93 0.03 14.55 0.94 0.52
Hex F8 49 11 0 47 5D 3 F 5E 34
Octal 370 111 21 0 107 135 3 17 136 64
Binary 11111000 1001001 10001 0 1000111 1011101 11 1111 1011110 110100

Color Harmonies of #F84911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84911

Black with #F84911

Text Example


Text Example

White with #F84911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84911; }

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

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

background-color css

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

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

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

border-color css

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

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

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