Html Css Color HEX #F85B2A Outrageous Orange

📋 copy color: '#F85B2A'

red 248 ◦ green 91 ◦ blue 42

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

Shades of Outrageous Orange #F85B2A

Tints of Outrageous Orange #F85B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 65.09%
G = 23.88%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F85B2A (or 0xF85B2A) is known color: Outrageous Orange. HEX triplet: F8, 5B and 2A. RGB value is (248,91,42). Sum of RGB (Red+Green+Blue) = 248+91+42=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85B2A is #07A4D5. Grayscale: #848484. Windows color (decimal): -500950 or 2776056. OLE color: 2776056.

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

Color convert

RGB 248 91 42 -
CMYK 0 0.63 0.83 0.03
HSL 14.27º 0.94% 0.57% -
HSV(B) 14.27º 0.83% 0.97% -
XYZ 42.87 27.61 5.26 -
YUV 132.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 248 91 42 0 0.63 0.83 0.03 14.27 0.94 0.57
Hex F8 5B 2A 0 3F 53 3 E 5E 39
Octal 370 133 52 0 77 123 3 16 136 71
Binary 11111000 1011011 101010 0 111111 1010011 11 1110 1011110 111001

Color Harmonies of #F85B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B2A

Black with #F85B2A

Text Example


Text Example

White with #F85B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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