Html Css Color HEX #F8471C Red Orange

📋 copy color: '#F8471C'

red 248 ◦ green 71 ◦ blue 28

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

Shades of Red Orange #F8471C

Tints of Red Orange #F8471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 71.47%
G = 20.46%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8471C (or 0xF8471C) is known color: Red Orange. HEX triplet: F8, 47 and 1C. RGB value is (248,71,28). Sum of RGB (Red+Green+Blue) = 248+71+28=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8471C is #07B8E3. Grayscale: #777777. Windows color (decimal): -506084 or 1853432. OLE color: 1853432.

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

Color convert

RGB 248 71 28 -
CMYK 0 0.71 0.89 0.03
HSL 11.73º 0.94% 0.54% -
HSV(B) 11.73º 0.89% 0.97% -
XYZ 41.17 24.55 3.67 -
YUV 119.02 76.64 220 -
System Red Green Blue C M Y K H S L
Decimal 248 71 28 0 0.71 0.89 0.03 11.73 0.94 0.54
Hex F8 47 1C 0 47 59 3 C 5E 36
Octal 370 107 34 0 107 131 3 14 136 66
Binary 11111000 1000111 11100 0 1000111 1011001 11 1100 1011110 110110

Color Harmonies of #F8471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8471C

Black with #F8471C

Text Example


Text Example

White with #F8471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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