#F25B2B

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

Shades of Outrageous Orange #F25B2B

Tints of Outrageous Orange #F25B2B

Color information

#F25B2B (or 0xF25B2B) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5B and 2B. RGB value is (242,91,43). Sum of RGB (Red+Green+Blue) = 242+91+43=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B2B is #0DA4D4. Grayscale: #838383. Windows color (decimal): -894165 or 2841586. OLE color: 2841586.

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

Color convert

RGB2429143-
CMYK00.620.820.05
HSL14.47º88.44%55.88%-
HSV(B)14.47º82.23%94.9%-
XYZ40.826.535.26-
YUV130.6878.53207.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.36%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 43 (17.19% from 255) = 11.44%
R=64.36%
G=24.20%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242914300.620.820.0514.4788.4455.88
HexF25B2B03E525e5838
Octal3621335307612251613070
Binary1111001010110111010110111110101001010111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B2B; }

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

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

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

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

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

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

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

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