#F26534

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

Shades of Outrageous Orange #F26534

Tints of Outrageous Orange #F26534

Color information

#F26534 (or 0xF26534) is unknown color: approx Outrageous Orange. HEX triplet: F2, 65 and 34. RGB value is (242,101,52). Sum of RGB (Red+Green+Blue) = 242+101+52=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F26534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26534 is #0D9ACB. Grayscale: #898989. Windows color (decimal): -891596 or 3433970. OLE color: 3433970.

HSL color Cylindrical-coordinate representation of color #F26534: hue angle of 15.47º 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 #F26534 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24210152-
CMYK00.580.790.05
HSL15.47º87.96%57.65%-
HSV(B)15.47º78.51%94.9%-
XYZ41.8928.436.53-
YUV137.5779.71202.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.27%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 52 (20.70% from 255) = 13.16%
R=61.27%
G=25.57%
B=13.16%

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
Decimal2421015200.580.790.0515.4787.9657.65
HexF2653403A4F5f583a
Octal3621456407211751713072
Binary1111001011001011101000111010100111110111111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26534; }

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

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

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

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

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

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

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

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