Html Css Color HEX #F8460E Orange Red

📋 copy color: '#F8460E'

red 248 ◦ green 70 ◦ blue 14

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

Shades of Orange Red #F8460E

Tints of Orange Red #F8460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 74.7%
G = 21.08%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8460E (or 0xF8460E) is known color: Orange Red. HEX triplet: F8, 46 and 0E. RGB value is (248,70,14). Sum of RGB (Red+Green+Blue) = 248+70+14=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F8460E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8460E is #07B9F1. Grayscale: #757575. Windows color (decimal): -506354 or 935672. OLE color: 935672.

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

Color convert

RGB 248 70 14 -
CMYK 0 0.72 0.94 0.03
HSL 14.36º 0.94% 0.51% -
HSV(B) 14.36º 0.94% 0.97% -
XYZ 40.98 24.37 2.96 -
YUV 116.84 69.97 221.55 -
System Red Green Blue C M Y K H S L
Decimal 248 70 14 0 0.72 0.94 0.03 14.36 0.94 0.51
Hex F8 46 E 0 48 5E 3 E 5E 33
Octal 370 106 16 0 110 136 3 16 136 63
Binary 11111000 1000110 1110 0 1001000 1011110 11 1110 1011110 110011

Color Harmonies of #F8460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8460E

Black with #F8460E

Text Example


Text Example

White with #F8460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8460E; }

 p { color: rgb(248,70,14); }

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

background-color css

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

 a { background-color: rgb(248,70,14); }

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

border-color css

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

 span { border-color: rgb(248,70,14); }

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