#f25b3d

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

Shades of Outrageous Orange #F25B3D

Tints of Outrageous Orange #F25B3D

Color information

#F25B3D (or 0xF25B3D) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5B and 3D. RGB value is (242,91,61). Sum of RGB (Red+Green+Blue) = 242+91+61=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B3D is #0DA4C2. Grayscale: #858585. Windows color (decimal): -894147 or 4021234. OLE color: 4021234.

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

Color convert

RGB2429161-
CMYK00.620.750.05
HSL9.94º87.44%59.41%-
HSV(B)9.94º74.79%94.9%-
XYZ41.226.77.4-
YUV132.7387.53205.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.42%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=61.42%
G=23.10%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242916100.620.750.059.9487.4459.41
HexF25B3D03E4B5a573b
Octal3621337507611351212773
Binary1111001010110111111010111110100101110110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25b3d; }

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

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

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

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

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

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

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

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