#f25b2d

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

Shades of Outrageous Orange #F25B2D

Tints of Outrageous Orange #F25B2D

Color information

#F25B2D (or 0xF25B2D) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5B and 2D. RGB value is (242,91,45). Sum of RGB (Red+Green+Blue) = 242+91+45=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B2D is #0DA4D2. Grayscale: #838383. Windows color (decimal): -894163 or 2972658. OLE color: 2972658.

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

Color convert

RGB2429145-
CMYK00.620.810.05
HSL14.01º88.34%56.27%-
HSV(B)14.01º81.4%94.9%-
XYZ40.8326.555.45-
YUV130.979.53207.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.02%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 45 (17.97% from 255) = 11.90%
R=64.02%
G=24.07%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242914500.620.810.0514.0188.3456.27
HexF25B2D03E515e5838
Octal3621335507612151613070
Binary1111001010110111011010111110101000110111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25b2d; }

 p { color: rgb(242,91,45); }

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

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

 a { background-color: rgb(242,91,45); }

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

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

 span { border-color: rgb(242,91,45); }

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