#f26636

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

Shades of Outrageous Orange #F26636

Tints of Outrageous Orange #F26636

Color information

#F26636 (or 0xF26636) is unknown color: approx Outrageous Orange. HEX triplet: F2, 66 and 36. RGB value is (242,102,54). Sum of RGB (Red+Green+Blue) = 242+102+54=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F26636 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26636 is #0D99C9. Grayscale: #8A8A8A. Windows color (decimal): -891338 or 3565298. OLE color: 3565298.

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

Color convert

RGB24210254-
CMYK00.580.780.05
HSL15.32º87.85%58.04%-
HSV(B)15.32º77.69%94.9%-
XYZ42.0428.656.8-
YUV138.3980.38201.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.80%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 54 (21.48% from 255) = 13.57%
R=60.80%
G=25.63%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421025400.580.780.0515.3287.8558.04
HexF2663603A4E5f583a
Octal3621466607211651713072
Binary1111001011001101101100111010100111010111111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26636; }

 p { color: rgb(242,102,54); }

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

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

 a { background-color: rgb(242,102,54); }

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

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

 span { border-color: rgb(242,102,54); }

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