Html Css Color HEX #F8421F Red Orange

📋 copy color: '#F8421F'

red 248 ◦ green 66 ◦ blue 31

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

Shades of Red Orange #F8421F

Tints of Red Orange #F8421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

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

R = 71.88%
G = 19.13%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8421F (or 0xF8421F) is known color: Red Orange. HEX triplet: F8, 42 and 1F. RGB value is (248,66,31). Sum of RGB (Red+Green+Blue) = 248+66+31=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8421F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8421F is #07BDE0. Grayscale: #747474. Windows color (decimal): -507361 or 2048760. OLE color: 2048760.

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

Color convert

RGB 248 66 31 -
CMYK 0 0.73 0.88 0.03
HSL 9.68º 0.94% 0.55% -
HSV(B) 9.68º 0.88% 0.97% -
XYZ 40.91 23.95 3.76 -
YUV 116.43 79.8 221.85 -
System Red Green Blue C M Y K H S L
Decimal 248 66 31 0 0.73 0.88 0.03 9.68 0.94 0.55
Hex F8 42 1F 0 49 58 3 A 5E 37
Octal 370 102 37 0 111 130 3 12 136 67
Binary 11111000 1000010 11111 0 1001001 1011000 11 1010 1011110 110111

Color Harmonies of #F8421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8421F

Black with #F8421F

Text Example


Text Example

White with #F8421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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