Html Css Color HEX #F84700 Orange Red

📋 copy color: '#F84700'

red 248 ◦ green 71 ◦ blue 0

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

Shades of Orange Red #F84700

Tints of Orange Red #F84700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.74%
G = 22.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F84700 (or 0xF84700) is known color: Orange Red. HEX triplet: F8, 47 and 00. RGB value is (248,71,0). Sum of RGB (Red+Green+Blue) = 248+71+0=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F84700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84700 is #07B8FF. Grayscale: #747474. Windows color (decimal): -506112 or 18424. OLE color: 18424.

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

Color convert

RGB 248 71 0 -
CMYK 0 0.71 1 0.03
HSL 17.18º 1% 0.49% -
HSV(B) 17.18º 1% 0.97% -
XYZ 40.96 24.46 2.56 -
YUV 115.83 62.64 222.27 -
System Red Green Blue C M Y K H S L
Decimal 248 71 0 0 0.71 1 0.03 17.18 1 0.49
Hex F8 47 0 0 47 64 3 11 64 31
Octal 370 107 0 0 107 144 3 21 144 61
Binary 11111000 1000111 0 0 1000111 1100100 11 10001 1100100 110001

Color Harmonies of #F84700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84700

Black with #F84700

Text Example


Text Example

White with #F84700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84700; }

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

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

background-color css

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

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

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

border-color css

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

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

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