Html Css Color HEX #F85D3F Outrageous Orange

📋 copy color: '#F85D3F'

red 248 ◦ green 93 ◦ blue 63

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

Shades of Outrageous Orange #F85D3F

Tints of Outrageous Orange #F85D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.59%

R = 61.39%
G = 23.02%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F85D3F (or 0xF85D3F) is known color: Outrageous Orange. HEX triplet: F8, 5D and 3F. RGB value is (248,93,63). Sum of RGB (Red+Green+Blue) = 248+93+63=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D3F is #07A2C0. Grayscale: #888888. Windows color (decimal): -500417 or 4152824. OLE color: 4152824.

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

Color convert

RGB 248 93 63 -
CMYK 0 0.62 0.75 0.03
HSL 9.73º 0.93% 0.61% -
HSV(B) 9.73º 0.75% 0.97% -
XYZ 43.52 28.14 7.84 -
YUV 135.93 86.85 207.94 -
System Red Green Blue C M Y K H S L
Decimal 248 93 63 0 0.62 0.75 0.03 9.73 0.93 0.61
Hex F8 5D 3F 0 3E 4B 3 A 5D 3D
Octal 370 135 77 0 76 113 3 12 135 75
Binary 11111000 1011101 111111 0 111110 1001011 11 1010 1011101 111101

Color Harmonies of #F85D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D3F

Black with #F85D3F

Text Example


Text Example

White with #F85D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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