Html Css Color HEX #F85B3E Outrageous Orange

📋 copy color: '#F85B3E'

red 248 ◦ green 91 ◦ blue 62

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

Shades of Outrageous Orange #F85B3E

Tints of Outrageous Orange #F85B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 61.85%
G = 22.69%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F85B3E (or 0xF85B3E) is known color: Outrageous Orange. HEX triplet: F8, 5B and 3E. RGB value is (248,91,62). Sum of RGB (Red+Green+Blue) = 248+91+62=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85B3E is #07A4C1. Grayscale: #868686. Windows color (decimal): -500930 or 4086776. OLE color: 4086776.

HSL color Cylindrical-coordinate representation of color #F85B3E: hue angle of 9.35º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F85B3E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 91 62 -
CMYK 0 0.63 0.75 0.03
HSL 9.35º 0.93% 0.61% -
HSV(B) 9.35º 0.75% 0.97% -
XYZ 43.32 27.79 7.64 -
YUV 134.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 248 91 62 0 0.63 0.75 0.03 9.35 0.93 0.61
Hex F8 5B 3E 0 3F 4B 3 9 5D 3D
Octal 370 133 76 0 77 113 3 11 135 75
Binary 11111000 1011011 111110 0 111111 1001011 11 1001 1011101 111101

Color Harmonies of #F85B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B3E

Black with #F85B3E

Text Example


Text Example

White with #F85B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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