Html Css Color HEX #F85130 Outrageous Orange

📋 copy color: '#F85130'

red 248 ◦ green 81 ◦ blue 48

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

Shades of Outrageous Orange #F85130

Tints of Outrageous Orange #F85130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 65.78%
G = 21.49%
B = 12.73%

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

#F85130 (or 0xF85130) is known color: Outrageous Orange. HEX triplet: F8, 51 and 30. RGB value is (248,81,48). Sum of RGB (Red+Green+Blue) = 248+81+48=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F85130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85130 is #07AECF. Grayscale: #7F7F7F. Windows color (decimal): -503504 or 3166712. OLE color: 3166712.

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

Color convert

RGB 248 81 48 -
CMYK 0 0.67 0.81 0.03
HSL 9.9º 0.93% 0.58% -
HSV(B) 9.9º 0.81% 0.97% -
XYZ 42.19 26.05 5.6 -
YUV 127.17 83.33 214.18 -
System Red Green Blue C M Y K H S L
Decimal 248 81 48 0 0.67 0.81 0.03 9.9 0.93 0.58
Hex F8 51 30 0 43 51 3 A 5D 3A
Octal 370 121 60 0 103 121 3 12 135 72
Binary 11111000 1010001 110000 0 1000011 1010001 11 1010 1011101 111010

Color Harmonies of #F85130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85130

Black with #F85130

Text Example


Text Example

White with #F85130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85130; }

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

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

background-color css

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

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

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

border-color css

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

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

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