Html Css Color HEX #F8291F Red Orange

📋 copy color: '#F8291F'

red 248 ◦ green 41 ◦ blue 31

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

Shades of Red Orange #F8291F

Tints of Red Orange #F8291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 77.5%
G = 12.81%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8291F (or 0xF8291F) is known color: Red Orange. HEX triplet: F8, 29 and 1F. RGB value is (248,41,31). Sum of RGB (Red+Green+Blue) = 248+41+31=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F8291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8291F is #07D6E0. Grayscale: #656565. Windows color (decimal): -513761 or 2042360. OLE color: 2042360.

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

Color convert

RGB 248 41 31 -
CMYK 0 0.83 0.88 0.03
HSL 2.76º 0.94% 0.55% -
HSV(B) 2.76º 0.88% 0.97% -
XYZ 39.75 21.64 3.38 -
YUV 101.75 88.08 232.31 -
System Red Green Blue C M Y K H S L
Decimal 248 41 31 0 0.83 0.88 0.03 2.76 0.94 0.55
Hex F8 29 1F 0 53 58 3 3 5E 37
Octal 370 51 37 0 123 130 3 3 136 67
Binary 11111000 101001 11111 0 1010011 1011000 11 11 1011110 110111

Color Harmonies of #F8291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8291F

Black with #F8291F

Text Example


Text Example

White with #F8291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8291F; }

 p { color: rgb(248,41,31); }

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

background-color css

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

 a { background-color: rgb(248,41,31); }

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

border-color css

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

 span { border-color: rgb(248,41,31); }

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