Html Css Color HEX #F85E2F Outrageous Orange

📋 copy color: '#F85E2F'

red 248 ◦ green 94 ◦ blue 47

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

Shades of Outrageous Orange #F85E2F

Tints of Outrageous Orange #F85E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.16%

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

R = 63.75%
G = 24.16%
B = 12.08%

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

#F85E2F (or 0xF85E2F) is known color: Outrageous Orange. HEX triplet: F8, 5E and 2F. RGB value is (248,94,47). Sum of RGB (Red+Green+Blue) = 248+94+47=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E2F is #07A1D0. Grayscale: #878787. Windows color (decimal): -500177 or 3104504. OLE color: 3104504.

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

Color convert

RGB 248 94 47 -
CMYK 0 0.62 0.81 0.03
HSL 14.03º 0.93% 0.58% -
HSV(B) 14.03º 0.81% 0.97% -
XYZ 43.23 28.17 5.85 -
YUV 134.69 78.52 208.82 -
System Red Green Blue C M Y K H S L
Decimal 248 94 47 0 0.62 0.81 0.03 14.03 0.93 0.58
Hex F8 5E 2F 0 3E 51 3 E 5D 3A
Octal 370 136 57 0 76 121 3 16 135 72
Binary 11111000 1011110 101111 0 111110 1010001 11 1110 1011101 111010

Color Harmonies of #F85E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E2F

Black with #F85E2F

Text Example


Text Example

White with #F85E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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