Html Css Color HEX #F85B2E Outrageous Orange

📋 copy color: '#F85B2E'

red 248 ◦ green 91 ◦ blue 46

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

Shades of Outrageous Orange #F85B2E

Tints of Outrageous Orange #F85B2E

RGB

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

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

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

R = 64.42%
G = 23.64%
B = 11.95%

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

#F85B2E (or 0xF85B2E) is known color: Outrageous Orange. HEX triplet: F8, 5B and 2E. RGB value is (248,91,46). Sum of RGB (Red+Green+Blue) = 248+91+46=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85B2E is #07A4D1. Grayscale: #858585. Windows color (decimal): -500946 or 3038200. OLE color: 3038200.

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

Color convert

RGB 248 91 46 -
CMYK 0 0.63 0.81 0.03
HSL 13.37º 0.94% 0.58% -
HSV(B) 13.37º 0.81% 0.97% -
XYZ 42.95 27.64 5.66 -
YUV 132.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 248 91 46 0 0.63 0.81 0.03 13.37 0.94 0.58
Hex F8 5B 2E 0 3F 51 3 D 5E 3A
Octal 370 133 56 0 77 121 3 15 136 72
Binary 11111000 1011011 101110 0 111111 1010001 11 1101 1011110 111010

Color Harmonies of #F85B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B2E

Black with #F85B2E

Text Example


Text Example

White with #F85B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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