Html Css Color HEX #F8481D Red Orange

📋 copy color: '#F8481D'

red 248 ◦ green 72 ◦ blue 29

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

Shades of Red Orange #F8481D

Tints of Red Orange #F8481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 71.06%
G = 20.63%
B = 8.31%

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

#F8481D (or 0xF8481D) is known color: Red Orange. HEX triplet: F8, 48 and 1D. RGB value is (248,72,29). Sum of RGB (Red+Green+Blue) = 248+72+29=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8481D is #07B7E2. Grayscale: #787878. Windows color (decimal): -505827 or 1919224. OLE color: 1919224.

HSL color Cylindrical-coordinate representation of color #F8481D: hue angle of 11.78º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8481D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 29 -
CMYK 0 0.71 0.88 0.03
HSL 11.78º 0.94% 0.54% -
HSV(B) 11.78º 0.88% 0.97% -
XYZ 41.25 24.68 3.75 -
YUV 119.72 76.81 219.5 -
System Red Green Blue C M Y K H S L
Decimal 248 72 29 0 0.71 0.88 0.03 11.78 0.94 0.54
Hex F8 48 1D 0 47 58 3 C 5E 36
Octal 370 110 35 0 107 130 3 14 136 66
Binary 11111000 1001000 11101 0 1000111 1011000 11 1100 1011110 110110

Color Harmonies of #F8481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8481D

Black with #F8481D

Text Example


Text Example

White with #F8481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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