#F95234

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

Shades of Outrageous Orange #F95234

Tints of Outrageous Orange #F95234

Color information

#F95234 (or 0xF95234) is unknown color: approx Outrageous Orange. HEX triplet: F9, 52 and 34. RGB value is (249,82,52). Sum of RGB (Red+Green+Blue) = 249+82+52=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F95234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95234 is #06ADCB. Grayscale: #808080. Windows color (decimal): -437708 or 3429113. OLE color: 3429113.

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

Color convert

RGB2498252-
CMYK00.670.790.02
HSL9.14º94.26%59.02%-
HSV(B)9.14º79.12%97.65%-
XYZ42.726.426.1-
YUV128.5184.83213.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.01%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 52 (20.70% from 255) = 13.58%
R=65.01%
G=21.41%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249825200.670.790.029.1494.2659.02
HexF952340434F295e3b
Octal37112264010311721113673
Binary1111100110100101101000100001110011111010011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95234; }

 p { color: rgb(249,82,52); }

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

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

 a { background-color: rgb(249,82,52); }

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

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

 span { border-color: rgb(249,82,52); }

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