Html Css Color HEX #F85D2C Outrageous Orange

📋 copy color: '#F85D2C'

red 248 ◦ green 93 ◦ blue 44

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

Shades of Outrageous Orange #F85D2C

Tints of Outrageous Orange #F85D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 44 (17.58% from 255) = 11.43%

R = 64.42%
G = 24.16%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F85D2C (or 0xF85D2C) is known color: Outrageous Orange. HEX triplet: F8, 5D and 2C. RGB value is (248,93,44). Sum of RGB (Red+Green+Blue) = 248+93+44=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D2C is #07A2D3. Grayscale: #868686. Windows color (decimal): -500436 or 2907640. OLE color: 2907640.

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

Color convert

RGB 248 93 44 -
CMYK 0 0.62 0.82 0.03
HSL 14.41º 0.94% 0.57% -
HSV(B) 14.41º 0.82% 0.97% -
XYZ 43.08 27.97 5.51 -
YUV 133.76 77.35 209.48 -
System Red Green Blue C M Y K H S L
Decimal 248 93 44 0 0.62 0.82 0.03 14.41 0.94 0.57
Hex F8 5D 2C 0 3E 52 3 E 5E 39
Octal 370 135 54 0 76 122 3 16 136 71
Binary 11111000 1011101 101100 0 111110 1010010 11 1110 1011110 111001

Color Harmonies of #F85D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D2C

Black with #F85D2C

Text Example


Text Example

White with #F85D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D2C; }

 p { color: rgb(248,93,44); }

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

background-color css

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

 a { background-color: rgb(248,93,44); }

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

border-color css

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

 span { border-color: rgb(248,93,44); }

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