#F26133

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

Shades of Outrageous Orange #F26133

Tints of Outrageous Orange #F26133

Color information

#F26133 (or 0xF26133) is unknown color: approx Outrageous Orange. HEX triplet: F2, 61 and 33. RGB value is (242,97,51). Sum of RGB (Red+Green+Blue) = 242+97+51=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F26133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26133 is #0D9ECC. Grayscale: #878787. Windows color (decimal): -892621 or 3367410. OLE color: 3367410.

HSL color Cylindrical-coordinate representation of color #F26133: hue angle of 14.45º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F26133 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB2429751-
CMYK00.600.790.05
HSL14.45º88.02%57.45%-
HSV(B)14.45º78.93%94.9%-
XYZ41.4927.676.29-
YUV135.1180.54204.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.05%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 51 (20.31% from 255) = 13.08%
R=62.05%
G=24.87%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242975100.600.790.0514.4588.0257.45
HexF2613303C4F5e5839
Octal3621416307411751613071
Binary1111001011000011100110111100100111110111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26133; }

 p { color: rgb(242,97,51); }

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

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

 a { background-color: rgb(242,97,51); }

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

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

 span { border-color: rgb(242,97,51); }

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