Html Css Color HEX #F8482F Red Orange

📋 copy color: '#F8482F'

red 248 ◦ green 72 ◦ blue 47

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

Shades of Red Orange #F8482F

Tints of Red Orange #F8482F

RGB

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

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

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

R = 67.57%
G = 19.62%
B = 12.81%

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

#F8482F (or 0xF8482F) is known color: Red Orange. HEX triplet: F8, 48 and 2F. RGB value is (248,72,47). Sum of RGB (Red+Green+Blue) = 248+72+47=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F8482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8482F is #07B7D0. Grayscale: #7A7A7A. Windows color (decimal): -505809 or 3098872. OLE color: 3098872.

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

Color convert

RGB 248 72 47 -
CMYK 0 0.71 0.81 0.03
HSL 7.46º 0.93% 0.58% -
HSV(B) 7.46º 0.81% 0.97% -
XYZ 41.54 24.8 5.29 -
YUV 121.77 85.81 218.03 -
System Red Green Blue C M Y K H S L
Decimal 248 72 47 0 0.71 0.81 0.03 7.46 0.93 0.58
Hex F8 48 2F 0 47 51 3 7 5D 3A
Octal 370 110 57 0 107 121 3 7 135 72
Binary 11111000 1001000 101111 0 1000111 1010001 11 111 1011101 111010

Color Harmonies of #F8482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8482F

Black with #F8482F

Text Example


Text Example

White with #F8482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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