#F85C3D

Color #F85C3D Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #F85C3D

Tints of Outrageous Orange #F85C3D

Color information

#F85C3D (or 0xF85C3D) is unknown color: approx Outrageous Orange. HEX triplet: F8, 5C and 3D. RGB value is (248,92,61). Sum of RGB (Red+Green+Blue) = 248+92+61=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C3D is #07A3C2. Grayscale: #878787. Windows color (decimal): -500675 or 4021496. OLE color: 4021496.

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

Color convert

RGB2489261-
CMYK00.630.750.03
HSL9.95º93.03%60.59%-
HSV(B)9.95º75.4%97.25%-
XYZ43.3827.957.52-
YUV135.1186.18208.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.85%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 61 (24.22% from 255) = 15.21%
R=61.85%
G=22.94%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248926100.630.750.039.9593.0360.59
HexF85C3D03F4B3a5d3d
Octal3701347507711331213575
Binary111110001011100111101011111110010111110101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C3D; }

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

 H1.HeaderClassName
 {
   color: #F85C3D;
 }
 .AnyTagClassName
 {
   color: #F85C3D;
 }
</style>
background-color css

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

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

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

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

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

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