Html Css Color HEX #F85E3D Outrageous Orange

📋 copy color: '#F85E3D'

red 248 ◦ green 94 ◦ blue 61

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

Shades of Outrageous Orange #F85E3D

Tints of Outrageous Orange #F85E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.33%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 61.54%
G = 23.33%
B = 15.14%

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

#F85E3D (or 0xF85E3D) is known color: Outrageous Orange. HEX triplet: F8, 5E and 3D. RGB value is (248,94,61). Sum of RGB (Red+Green+Blue) = 248+94+61=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E3D is #07A1C2. Grayscale: #888888. Windows color (decimal): -500163 or 4022008. OLE color: 4022008.

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

Color convert

RGB 248 94 61 -
CMYK 0 0.62 0.75 0.03
HSL 10.59º 0.93% 0.61% -
HSV(B) 10.59º 0.75% 0.97% -
XYZ 43.56 28.3 7.58 -
YUV 136.28 85.52 207.68 -
System Red Green Blue C M Y K H S L
Decimal 248 94 61 0 0.62 0.75 0.03 10.59 0.93 0.61
Hex F8 5E 3D 0 3E 4B 3 B 5D 3D
Octal 370 136 75 0 76 113 3 13 135 75
Binary 11111000 1011110 111101 0 111110 1001011 11 1011 1011101 111101

Color Harmonies of #F85E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E3D

Black with #F85E3D

Text Example


Text Example

White with #F85E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E3D; }

 p { color: rgb(248,94,61); }

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

background-color css

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

 a { background-color: rgb(248,94,61); }

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

border-color css

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

 span { border-color: rgb(248,94,61); }

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