Html Css Color HEX #F85B2F Outrageous Orange

📋 copy color: '#F85B2F'

red 248 ◦ green 91 ◦ blue 47

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

Shades of Outrageous Orange #F85B2F

Tints of Outrageous Orange #F85B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.58%

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

R = 64.25%
G = 23.58%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F85B2F (or 0xF85B2F) is known color: Outrageous Orange. HEX triplet: F8, 5B and 2F. RGB value is (248,91,47). Sum of RGB (Red+Green+Blue) = 248+91+47=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85B2F is #07A4D0. Grayscale: #858585. Windows color (decimal): -500945 or 3103736. OLE color: 3103736.

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

Color convert

RGB 248 91 47 -
CMYK 0 0.63 0.81 0.03
HSL 13.13º 0.93% 0.58% -
HSV(B) 13.13º 0.81% 0.97% -
XYZ 42.97 27.64 5.76 -
YUV 132.93 79.51 210.08 -
System Red Green Blue C M Y K H S L
Decimal 248 91 47 0 0.63 0.81 0.03 13.13 0.93 0.58
Hex F8 5B 2F 0 3F 51 3 D 5D 3A
Octal 370 133 57 0 77 121 3 15 135 72
Binary 11111000 1011011 101111 0 111111 1010001 11 1101 1011101 111010

Color Harmonies of #F85B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B2F

Black with #F85B2F

Text Example


Text Example

White with #F85B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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