Html Css Color HEX #F8512F Outrageous Orange

📋 copy color: '#F8512F'

red 248 ◦ green 81 ◦ blue 47

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

Shades of Outrageous Orange #F8512F

Tints of Outrageous Orange #F8512F

RGB

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

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

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

R = 65.96%
G = 21.54%
B = 12.5%

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

#F8512F (or 0xF8512F) is known color: Outrageous Orange. HEX triplet: F8, 51 and 2F. RGB value is (248,81,47). Sum of RGB (Red+Green+Blue) = 248+81+47=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8512F is #07AED0. Grayscale: #7F7F7F. Windows color (decimal): -503505 or 3101176. OLE color: 3101176.

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

Color convert

RGB 248 81 47 -
CMYK 0 0.67 0.81 0.03
HSL 10.15º 0.93% 0.58% -
HSV(B) 10.15º 0.81% 0.97% -
XYZ 42.17 26.05 5.49 -
YUV 127.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 248 81 47 0 0.67 0.81 0.03 10.15 0.93 0.58
Hex F8 51 2F 0 43 51 3 A 5D 3A
Octal 370 121 57 0 103 121 3 12 135 72
Binary 11111000 1010001 101111 0 1000011 1010001 11 1010 1011101 111010

Color Harmonies of #F8512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8512F

Black with #F8512F

Text Example


Text Example

White with #F8512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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