#f25f3a

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

Shades of Outrageous Orange #F25F3A

Tints of Outrageous Orange #F25F3A

Color information

#F25F3A (or 0xF25F3A) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5F and 3A. RGB value is (242,95,58). Sum of RGB (Red+Green+Blue) = 242+95+58=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F3A is #0DA0C5. Grayscale: #878787. Windows color (decimal): -893126 or 3825650. OLE color: 3825650.

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

Color convert

RGB2429558-
CMYK00.610.760.05
HSL12.07º87.62%58.82%-
HSV(B)12.07º76.03%94.9%-
XYZ41.4727.377.1-
YUV134.7384.7204.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.27%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=61.27%
G=24.05%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242955800.610.760.0512.0787.6258.82
HexF25F3A03D4C5c583b
Octal3621377207511451413073
Binary1111001010111111110100111101100110010111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25f3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25f3a; }

 p { color: rgb(242,95,58); }

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

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

 a { background-color: rgb(242,95,58); }

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

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

 span { border-color: rgb(242,95,58); }

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