Html Css Color HEX #F8451E Red Orange

📋 copy color: '#F8451E'

red 248 ◦ green 69 ◦ blue 30

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

Shades of Red Orange #F8451E

Tints of Red Orange #F8451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 71.47%
G = 19.88%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8451E (or 0xF8451E) is known color: Red Orange. HEX triplet: F8, 45 and 1E. RGB value is (248,69,30). Sum of RGB (Red+Green+Blue) = 248+69+30=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8451E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8451E is #07BAE1. Grayscale: #767676. Windows color (decimal): -506594 or 1983992. OLE color: 1983992.

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

Color convert

RGB 248 69 30 -
CMYK 0 0.72 0.88 0.03
HSL 10.73º 0.94% 0.55% -
HSV(B) 10.73º 0.88% 0.97% -
XYZ 41.07 24.31 3.76 -
YUV 118.08 78.3 220.67 -
System Red Green Blue C M Y K H S L
Decimal 248 69 30 0 0.72 0.88 0.03 10.73 0.94 0.55
Hex F8 45 1E 0 48 58 3 B 5E 37
Octal 370 105 36 0 110 130 3 13 136 67
Binary 11111000 1000101 11110 0 1001000 1011000 11 1011 1011110 110111

Color Harmonies of #F8451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8451E

Black with #F8451E

Text Example


Text Example

White with #F8451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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