Html Css Color HEX #F85F2E Outrageous Orange

📋 copy color: '#F85F2E'

red 248 ◦ green 95 ◦ blue 46

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

Shades of Outrageous Orange #F85F2E

Tints of Outrageous Orange #F85F2E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

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

R = 63.75%
G = 24.42%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F85F2E (or 0xF85F2E) is known color: Outrageous Orange. HEX triplet: F8, 5F and 2E. RGB value is (248,95,46). Sum of RGB (Red+Green+Blue) = 248+95+46=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F2E is #07A0D1. Grayscale: #878787. Windows color (decimal): -499922 or 3039224. OLE color: 3039224.

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

Color convert

RGB 248 95 46 -
CMYK 0 0.62 0.81 0.03
HSL 14.55º 0.94% 0.58% -
HSV(B) 14.55º 0.81% 0.97% -
XYZ 43.3 28.34 5.77 -
YUV 135.16 77.69 208.48 -
System Red Green Blue C M Y K H S L
Decimal 248 95 46 0 0.62 0.81 0.03 14.55 0.94 0.58
Hex F8 5F 2E 0 3E 51 3 F 5E 3A
Octal 370 137 56 0 76 121 3 17 136 72
Binary 11111000 1011111 101110 0 111110 1010001 11 1111 1011110 111010

Color Harmonies of #F85F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F2E

Black with #F85F2E

Text Example


Text Example

White with #F85F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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