#F26634

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

Shades of Outrageous Orange #F26634

Tints of Outrageous Orange #F26634

Color information

#F26634 (or 0xF26634) is unknown color: approx Outrageous Orange. HEX triplet: F2, 66 and 34. RGB value is (242,102,52). Sum of RGB (Red+Green+Blue) = 242+102+52=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F26634 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26634 is #0D99CB. Grayscale: #8A8A8A. Windows color (decimal): -891340 or 3434226. OLE color: 3434226.

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

Color convert

RGB24210252-
CMYK00.580.790.05
HSL15.79º87.96%57.65%-
HSV(B)15.79º78.51%94.9%-
XYZ41.9928.636.56-
YUV138.1679.38202.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.11%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 52 (20.70% from 255) = 13.13%
R=61.11%
G=25.76%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421025200.580.790.0515.7987.9657.65
HexF2663403A4F510583a
Octal3621466407211752013072
Binary11110010110011011010001110101001111101100001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26634; }

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

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

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

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

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

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

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

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