Html Css Color HEX #F85B2D Outrageous Orange

📋 copy color: '#F85B2D'

red 248 ◦ green 91 ◦ blue 45

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

Shades of Outrageous Orange #F85B2D

Tints of Outrageous Orange #F85B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 64.58%
G = 23.7%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F85B2D (or 0xF85B2D) is known color: Outrageous Orange. HEX triplet: F8, 5B and 2D. RGB value is (248,91,45). Sum of RGB (Red+Green+Blue) = 248+91+45=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85B2D is #07A4D2. Grayscale: #858585. Windows color (decimal): -500947 or 2972664. OLE color: 2972664.

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

Color convert

RGB 248 91 45 -
CMYK 0 0.63 0.82 0.03
HSL 13.6º 0.94% 0.57% -
HSV(B) 13.6º 0.82% 0.97% -
XYZ 42.93 27.63 5.55 -
YUV 132.7 78.51 210.24 -
System Red Green Blue C M Y K H S L
Decimal 248 91 45 0 0.63 0.82 0.03 13.6 0.94 0.57
Hex F8 5B 2D 0 3F 52 3 E 5E 39
Octal 370 133 55 0 77 122 3 16 136 71
Binary 11111000 1011011 101101 0 111111 1010010 11 1110 1011110 111001

Color Harmonies of #F85B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B2D

Black with #F85B2D

Text Example


Text Example

White with #F85B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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