Html Css Color HEX #F8450E Orange Red

📋 copy color: '#F8450E'

red 248 ◦ green 69 ◦ blue 14

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

Shades of Orange Red #F8450E

Tints of Orange Red #F8450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

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

R = 74.92%
G = 20.85%
B = 4.23%

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

#F8450E (or 0xF8450E) is known color: Orange Red. HEX triplet: F8, 45 and 0E. RGB value is (248,69,14). Sum of RGB (Red+Green+Blue) = 248+69+14=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8450E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8450E is #07BAF1. Grayscale: #747474. Windows color (decimal): -506610 or 935416. OLE color: 935416.

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

Color convert

RGB 248 69 14 -
CMYK 0 0.72 0.94 0.03
HSL 14.1º 0.94% 0.51% -
HSV(B) 14.1º 0.94% 0.97% -
XYZ 40.92 24.24 2.94 -
YUV 116.25 70.3 221.97 -
System Red Green Blue C M Y K H S L
Decimal 248 69 14 0 0.72 0.94 0.03 14.1 0.94 0.51
Hex F8 45 E 0 48 5E 3 E 5E 33
Octal 370 105 16 0 110 136 3 16 136 63
Binary 11111000 1000101 1110 0 1001000 1011110 11 1110 1011110 110011

Color Harmonies of #F8450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8450E

Black with #F8450E

Text Example


Text Example

White with #F8450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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