#f25f38

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

Shades of Outrageous Orange #F25F38

Tints of Outrageous Orange #F25F38

Color information

#F25F38 (or 0xF25F38) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5F and 38. RGB value is (242,95,56). Sum of RGB (Red+Green+Blue) = 242+95+56=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F38 is #0DA0C7. Grayscale: #868686. Windows color (decimal): -893128 or 3694578. OLE color: 3694578.

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

Color convert

RGB2429556-
CMYK00.610.770.05
HSL12.58º87.74%58.43%-
HSV(B)12.58º76.86%94.9%-
XYZ41.4227.356.84-
YUV134.5183.7204.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.58%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=61.58%
G=24.17%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242955600.610.770.0512.5887.7458.43
HexF25F3803D4D5d583a
Octal3621377007511551513072
Binary1111001010111111110000111101100110110111011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25f38; }

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

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

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

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

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

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

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

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