Html Css Color HEX #F8400E Orange Red

📋 copy color: '#F8400E'

red 248 ◦ green 64 ◦ blue 14

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

Shades of Orange Red #F8400E

Tints of Orange Red #F8400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 76.07%
G = 19.63%
B = 4.29%

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

#F8400E (or 0xF8400E) is known color: Orange Red. HEX triplet: F8, 40 and 0E. RGB value is (248,64,14). Sum of RGB (Red+Green+Blue) = 248+64+14=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8400E is #07BFF1. Grayscale: #717171. Windows color (decimal): -507890 or 934136. OLE color: 934136.

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

Color convert

RGB 248 64 14 -
CMYK 0 0.74 0.94 0.03
HSL 12.82º 0.94% 0.51% -
HSV(B) 12.82º 0.94% 0.97% -
XYZ 40.62 23.65 2.84 -
YUV 113.32 71.96 224.07 -
System Red Green Blue C M Y K H S L
Decimal 248 64 14 0 0.74 0.94 0.03 12.82 0.94 0.51
Hex F8 40 E 0 4A 5E 3 D 5E 33
Octal 370 100 16 0 112 136 3 15 136 63
Binary 11111000 1000000 1110 0 1001010 1011110 11 1101 1011110 110011

Color Harmonies of #F8400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8400E

Black with #F8400E

Text Example


Text Example

White with #F8400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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