Html Css Color HEX #F8422F Red Orange

📋 copy color: '#F8422F'

red 248 ◦ green 66 ◦ blue 47

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

Shades of Red Orange #F8422F

Tints of Red Orange #F8422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 68.7%
G = 18.28%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8422F (or 0xF8422F) is known color: Red Orange. HEX triplet: F8, 42 and 2F. RGB value is (248,66,47). Sum of RGB (Red+Green+Blue) = 248+66+47=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8422F is #07BDD0. Grayscale: #767676. Windows color (decimal): -507345 or 3097336. OLE color: 3097336.

HSL color Cylindrical-coordinate representation of color #F8422F: hue angle of 5.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8422F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 47 -
CMYK 0 0.73 0.81 0.03
HSL 5.67º 0.93% 0.58% -
HSV(B) 5.67º 0.81% 0.97% -
XYZ 41.17 24.06 5.16 -
YUV 118.25 87.8 220.54 -
System Red Green Blue C M Y K H S L
Decimal 248 66 47 0 0.73 0.81 0.03 5.67 0.93 0.58
Hex F8 42 2F 0 49 51 3 6 5D 3A
Octal 370 102 57 0 111 121 3 6 135 72
Binary 11111000 1000010 101111 0 1001001 1010001 11 110 1011101 111010

Color Harmonies of #F8422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8422F

Black with #F8422F

Text Example


Text Example

White with #F8422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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