Html Css Color HEX #F84712 Orange Red

📋 copy color: '#F84712'

red 248 ◦ green 71 ◦ blue 18

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

Shades of Orange Red #F84712

Tints of Orange Red #F84712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 73.59%
G = 21.07%
B = 5.34%

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

#F84712 (or 0xF84712) is known color: Orange Red. HEX triplet: F8, 47 and 12. RGB value is (248,71,18). Sum of RGB (Red+Green+Blue) = 248+71+18=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F84712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84712 is #07B8ED. Grayscale: #767676. Windows color (decimal): -506094 or 1198072. OLE color: 1198072.

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

Color convert

RGB 248 71 18 -
CMYK 0 0.71 0.93 0.03
HSL 13.83º 0.94% 0.52% -
HSV(B) 13.83º 0.93% 0.97% -
XYZ 41.07 24.51 3.14 -
YUV 117.88 71.64 220.81 -
System Red Green Blue C M Y K H S L
Decimal 248 71 18 0 0.71 0.93 0.03 13.83 0.94 0.52
Hex F8 47 12 0 47 5D 3 E 5E 34
Octal 370 107 22 0 107 135 3 16 136 64
Binary 11111000 1000111 10010 0 1000111 1011101 11 1110 1011110 110100

Color Harmonies of #F84712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84712

Black with #F84712

Text Example


Text Example

White with #F84712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84712; }

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

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

background-color css

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

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

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

border-color css

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

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

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