Html Css Color HEX #F84713 Orange Red

📋 copy color: '#F84713'

red 248 ◦ green 71 ◦ blue 19

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

Shades of Orange Red #F84713

Tints of Orange Red #F84713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 73.37%
G = 21.01%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F84713 (or 0xF84713) is known color: Orange Red. HEX triplet: F8, 47 and 13. RGB value is (248,71,19). Sum of RGB (Red+Green+Blue) = 248+71+19=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F84713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84713 is #07B8EC. Grayscale: #767676. Windows color (decimal): -506093 or 1263608. OLE color: 1263608.

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

Color convert

RGB 248 71 19 -
CMYK 0 0.71 0.92 0.03
HSL 13.62º 0.94% 0.52% -
HSV(B) 13.62º 0.92% 0.97% -
XYZ 41.08 24.51 3.18 -
YUV 118 72.14 220.73 -
System Red Green Blue C M Y K H S L
Decimal 248 71 19 0 0.71 0.92 0.03 13.62 0.94 0.52
Hex F8 47 13 0 47 5C 3 E 5E 34
Octal 370 107 23 0 107 134 3 16 136 64
Binary 11111000 1000111 10011 0 1000111 1011100 11 1110 1011110 110100

Color Harmonies of #F84713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84713

Black with #F84713

Text Example


Text Example

White with #F84713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84713; }

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

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

background-color css

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

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

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

border-color css

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

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

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