Html Css Color HEX #F8440E Orange Red

📋 copy color: '#F8440E'

red 248 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #F8440E

Tints of Orange Red #F8440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 75.15%
G = 20.61%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8440E (or 0xF8440E) is known color: Orange Red. HEX triplet: F8, 44 and 0E. RGB value is (248,68,14). Sum of RGB (Red+Green+Blue) = 248+68+14=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8440E is #07BBF1. Grayscale: #747474. Windows color (decimal): -506866 or 935160. OLE color: 935160.

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

Color convert

RGB 248 68 14 -
CMYK 0 0.73 0.94 0.03
HSL 13.85º 0.94% 0.51% -
HSV(B) 13.85º 0.94% 0.97% -
XYZ 40.86 24.12 2.92 -
YUV 115.66 70.63 222.39 -
System Red Green Blue C M Y K H S L
Decimal 248 68 14 0 0.73 0.94 0.03 13.85 0.94 0.51
Hex F8 44 E 0 49 5E 3 E 5E 33
Octal 370 104 16 0 111 136 3 16 136 63
Binary 11111000 1000100 1110 0 1001001 1011110 11 1110 1011110 110011

Color Harmonies of #F8440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8440E

Black with #F8440E

Text Example


Text Example

White with #F8440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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