Html Css Color HEX #F8541F Outrageous Orange

📋 copy color: '#F8541F'

red 248 ◦ green 84 ◦ blue 31

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

Shades of Outrageous Orange #F8541F

Tints of Outrageous Orange #F8541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 68.32%
G = 23.14%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8541F (or 0xF8541F) is known color: Outrageous Orange. HEX triplet: F8, 54 and 1F. RGB value is (248,84,31). Sum of RGB (Red+Green+Blue) = 248+84+31=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8541F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8541F is #07ABE0. Grayscale: #7F7F7F. Windows color (decimal): -502753 or 2053368. OLE color: 2053368.

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

Color convert

RGB 248 84 31 -
CMYK 0 0.66 0.88 0.03
HSL 14.65º 0.94% 0.55% -
HSV(B) 14.65º 0.88% 0.97% -
XYZ 42.13 26.4 4.17 -
YUV 126.99 73.83 214.31 -
System Red Green Blue C M Y K H S L
Decimal 248 84 31 0 0.66 0.88 0.03 14.65 0.94 0.55
Hex F8 54 1F 0 42 58 3 F 5E 37
Octal 370 124 37 0 102 130 3 17 136 67
Binary 11111000 1010100 11111 0 1000010 1011000 11 1111 1011110 110111

Color Harmonies of #F8541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8541F

Black with #F8541F

Text Example


Text Example

White with #F8541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8541F; }

 p { color: rgb(248,84,31); }

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

background-color css

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

 a { background-color: rgb(248,84,31); }

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

border-color css

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

 span { border-color: rgb(248,84,31); }

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