Html Css Color HEX #F8410E Orange Red

📋 copy color: '#F8410E'

red 248 ◦ green 65 ◦ blue 14

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

Shades of Orange Red #F8410E

Tints of Orange Red #F8410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

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

R = 75.84%
G = 19.88%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8410E (or 0xF8410E) is known color: Orange Red. HEX triplet: F8, 41 and 0E. RGB value is (248,65,14). Sum of RGB (Red+Green+Blue) = 248+65+14=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F8410E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8410E is #07BEF1. Grayscale: #727272. Windows color (decimal): -507634 or 934392. OLE color: 934392.

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

Color convert

RGB 248 65 14 -
CMYK 0 0.74 0.94 0.03
HSL 13.08º 0.94% 0.51% -
HSV(B) 13.08º 0.94% 0.97% -
XYZ 40.68 23.77 2.86 -
YUV 113.9 71.63 223.65 -
System Red Green Blue C M Y K H S L
Decimal 248 65 14 0 0.74 0.94 0.03 13.08 0.94 0.51
Hex F8 41 E 0 4A 5E 3 D 5E 33
Octal 370 101 16 0 112 136 3 15 136 63
Binary 11111000 1000001 1110 0 1001010 1011110 11 1101 1011110 110011

Color Harmonies of #F8410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8410E

Black with #F8410E

Text Example


Text Example

White with #F8410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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