#f95d3d

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

Shades of Outrageous Orange #F95D3D

Tints of Outrageous Orange #F95D3D

Color information

#F95D3D (or 0xF95D3D) is unknown color: approx Outrageous Orange. HEX triplet: F9, 5D and 3D. RGB value is (249,93,61). Sum of RGB (Red+Green+Blue) = 249+93+61=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95D3D is #06A2C2. Grayscale: #888888. Windows color (decimal): -434883 or 4021753. OLE color: 4021753.

HSL color Cylindrical-coordinate representation of color #F95D3D: hue angle of 10.21º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F95D3D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB2499361-
CMYK00.630.760.02
HSL10.21º94%60.78%-
HSV(B)10.21º75.5%97.65%-
XYZ43.8228.317.57-
YUV13685.68208.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.79%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=61.79%
G=23.08%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249936100.630.760.0210.219460.78
HexF95D3D03F4C2a5e3d
Octal3711357507711421213675
Binary111110011011101111101011111110011001010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f95d3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f95d3d; }

 p { color: rgb(249,93,61); }

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

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

 a { background-color: rgb(249,93,61); }

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

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

 span { border-color: rgb(249,93,61); }

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