Html Css Color HEX #F8481E Red Orange

📋 copy color: '#F8481E'

red 248 ◦ green 72 ◦ blue 30

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

Shades of Red Orange #F8481E

Tints of Red Orange #F8481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 70.86%
G = 20.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8481E (or 0xF8481E) is known color: Red Orange. HEX triplet: F8, 48 and 1E. RGB value is (248,72,30). Sum of RGB (Red+Green+Blue) = 248+72+30=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F8481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8481E is #07B7E1. Grayscale: #787878. Windows color (decimal): -505826 or 1984760. OLE color: 1984760.

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

Color convert

RGB 248 72 30 -
CMYK 0 0.71 0.88 0.03
HSL 11.56º 0.94% 0.55% -
HSV(B) 11.56º 0.88% 0.97% -
XYZ 41.26 24.68 3.82 -
YUV 119.84 77.31 219.42 -
System Red Green Blue C M Y K H S L
Decimal 248 72 30 0 0.71 0.88 0.03 11.56 0.94 0.55
Hex F8 48 1E 0 47 58 3 C 5E 37
Octal 370 110 36 0 107 130 3 14 136 67
Binary 11111000 1001000 11110 0 1000111 1011000 11 1100 1011110 110111

Color Harmonies of #F8481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8481E

Black with #F8481E

Text Example


Text Example

White with #F8481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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