Html Css Color HEX #F84711 Orange Red

📋 copy color: '#F84711'

red 248 ◦ green 71 ◦ blue 17

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

Shades of Orange Red #F84711

Tints of Orange Red #F84711

RGB

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

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

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

R = 73.81%
G = 21.13%
B = 5.06%

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

#F84711 (or 0xF84711) is known color: Orange Red. HEX triplet: F8, 47 and 11. RGB value is (248,71,17). Sum of RGB (Red+Green+Blue) = 248+71+17=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F84711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84711 is #07B8EE. Grayscale: #767676. Windows color (decimal): -506095 or 1132536. OLE color: 1132536.

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

Color convert

RGB 248 71 17 -
CMYK 0 0.71 0.93 0.03
HSL 14.03º 0.94% 0.52% -
HSV(B) 14.03º 0.93% 0.97% -
XYZ 41.07 24.5 3.1 -
YUV 117.77 71.14 220.89 -
System Red Green Blue C M Y K H S L
Decimal 248 71 17 0 0.71 0.93 0.03 14.03 0.94 0.52
Hex F8 47 11 0 47 5D 3 E 5E 34
Octal 370 107 21 0 107 135 3 16 136 64
Binary 11111000 1000111 10001 0 1000111 1011101 11 1110 1011110 110100

Color Harmonies of #F84711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84711

Black with #F84711

Text Example


Text Example

White with #F84711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84711; }

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

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

background-color css

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

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

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

border-color css

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

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

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