Html Css Color HEX #F8482E Red Orange

📋 copy color: '#F8482E'

red 248 ◦ green 72 ◦ blue 46

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

Shades of Red Orange #F8482E

Tints of Red Orange #F8482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 67.76%
G = 19.67%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8482E (or 0xF8482E) is known color: Red Orange. HEX triplet: F8, 48 and 2E. RGB value is (248,72,46). Sum of RGB (Red+Green+Blue) = 248+72+46=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8482E is #07B7D1. Grayscale: #797979. Windows color (decimal): -505810 or 3033336. OLE color: 3033336.

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

Color convert

RGB 248 72 46 -
CMYK 0 0.71 0.81 0.03
HSL 7.72º 0.94% 0.58% -
HSV(B) 7.72º 0.81% 0.97% -
XYZ 41.52 24.79 5.18 -
YUV 121.66 85.31 218.11 -
System Red Green Blue C M Y K H S L
Decimal 248 72 46 0 0.71 0.81 0.03 7.72 0.94 0.58
Hex F8 48 2E 0 47 51 3 8 5E 3A
Octal 370 110 56 0 107 121 3 10 136 72
Binary 11111000 1001000 101110 0 1000111 1010001 11 1000 1011110 111010

Color Harmonies of #F8482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8482E

Black with #F8482E

Text Example


Text Example

White with #F8482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8482E; }

 p { color: rgb(248,72,46); }

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

background-color css

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

 a { background-color: rgb(248,72,46); }

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

border-color css

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

 span { border-color: rgb(248,72,46); }

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