Html Css Color HEX #F8451A Orange Red

📋 copy color: '#F8451A'

red 248 ◦ green 69 ◦ blue 26

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

Shades of Orange Red #F8451A

Tints of Orange Red #F8451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 72.3%
G = 20.12%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8451A (or 0xF8451A) is known color: Orange Red. HEX triplet: F8, 45 and 1A. RGB value is (248,69,26). Sum of RGB (Red+Green+Blue) = 248+69+26=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8451A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8451A is #07BAE5. Grayscale: #757575. Windows color (decimal): -506598 or 1721848. OLE color: 1721848.

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

Color convert

RGB 248 69 26 -
CMYK 0 0.72 0.90 0.03
HSL 11.62º 0.94% 0.54% -
HSV(B) 11.62º 0.9% 0.97% -
XYZ 41.03 24.29 3.5 -
YUV 117.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 248 69 26 0 0.72 0.90 0.03 11.62 0.94 0.54
Hex F8 45 1A 0 48 5A 3 C 5E 36
Octal 370 105 32 0 110 132 3 14 136 66
Binary 11111000 1000101 11010 0 1001000 1011010 11 1100 1011110 110110

Color Harmonies of #F8451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8451A

Black with #F8451A

Text Example


Text Example

White with #F8451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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