Html Css Color HEX #F8512A Outrageous Orange

📋 copy color: '#F8512A'

red 248 ◦ green 81 ◦ blue 42

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

Shades of Outrageous Orange #F8512A

Tints of Outrageous Orange #F8512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 66.85%
G = 21.83%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8512A (or 0xF8512A) is known color: Outrageous Orange. HEX triplet: F8, 51 and 2A. RGB value is (248,81,42). Sum of RGB (Red+Green+Blue) = 248+81+42=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8512A is #07AED5. Grayscale: #7E7E7E. Windows color (decimal): -503510 or 2773496. OLE color: 2773496.

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

Color convert

RGB 248 81 42 -
CMYK 0 0.67 0.83 0.03
HSL 11.36º 0.94% 0.57% -
HSV(B) 11.36º 0.83% 0.97% -
XYZ 42.07 26.01 4.99 -
YUV 126.49 80.33 214.67 -
System Red Green Blue C M Y K H S L
Decimal 248 81 42 0 0.67 0.83 0.03 11.36 0.94 0.57
Hex F8 51 2A 0 43 53 3 B 5E 39
Octal 370 121 52 0 103 123 3 13 136 71
Binary 11111000 1010001 101010 0 1000011 1010011 11 1011 1011110 111001

Color Harmonies of #F8512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8512A

Black with #F8512A

Text Example


Text Example

White with #F8512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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