Html Css Color HEX #F8471A Orange Red

📋 copy color: '#F8471A'

red 248 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #F8471A

Tints of Orange Red #F8471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

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

R = 71.88%
G = 20.58%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8471A (or 0xF8471A) is known color: Orange Red. HEX triplet: F8, 47 and 1A. RGB value is (248,71,26). Sum of RGB (Red+Green+Blue) = 248+71+26=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8471A is #07B8E5. Grayscale: #777777. Windows color (decimal): -506086 or 1722360. OLE color: 1722360.

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

Color convert

RGB 248 71 26 -
CMYK 0 0.71 0.90 0.03
HSL 12.16º 0.94% 0.54% -
HSV(B) 12.16º 0.9% 0.97% -
XYZ 41.15 24.54 3.54 -
YUV 118.79 75.64 220.16 -
System Red Green Blue C M Y K H S L
Decimal 248 71 26 0 0.71 0.90 0.03 12.16 0.94 0.54
Hex F8 47 1A 0 47 5A 3 C 5E 36
Octal 370 107 32 0 107 132 3 14 136 66
Binary 11111000 1000111 11010 0 1000111 1011010 11 1100 1011110 110110

Color Harmonies of #F8471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8471A

Black with #F8471A

Text Example


Text Example

White with #F8471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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