Html Css Color HEX #F8512E Outrageous Orange

📋 copy color: '#F8512E'

red 248 ◦ green 81 ◦ blue 46

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

Shades of Outrageous Orange #F8512E

Tints of Outrageous Orange #F8512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

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

R = 66.13%
G = 21.6%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8512E (or 0xF8512E) is known color: Outrageous Orange. HEX triplet: F8, 51 and 2E. RGB value is (248,81,46). Sum of RGB (Red+Green+Blue) = 248+81+46=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8512E is #07AED1. Grayscale: #7F7F7F. Windows color (decimal): -503506 or 3035640. OLE color: 3035640.

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

Color convert

RGB 248 81 46 -
CMYK 0 0.67 0.81 0.03
HSL 10.4º 0.94% 0.58% -
HSV(B) 10.4º 0.81% 0.97% -
XYZ 42.15 26.04 5.39 -
YUV 126.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 248 81 46 0 0.67 0.81 0.03 10.4 0.94 0.58
Hex F8 51 2E 0 43 51 3 A 5E 3A
Octal 370 121 56 0 103 121 3 12 136 72
Binary 11111000 1010001 101110 0 1000011 1010001 11 1010 1011110 111010

Color Harmonies of #F8512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8512E

Black with #F8512E

Text Example


Text Example

White with #F8512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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