#f25e2b

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

Shades of Outrageous Orange #F25E2B

Tints of Outrageous Orange #F25E2B

Color information

#F25E2B (or 0xF25E2B) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5E and 2B. RGB value is (242,94,43). Sum of RGB (Red+Green+Blue) = 242+94+43=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25E2B is #0DA1D4. Grayscale: #848484. Windows color (decimal): -893397 or 2842354. OLE color: 2842354.

HSL color Cylindrical-coordinate representation of color #F25E2B: hue angle of 15.38º 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 #F25E2B is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB2429443-
CMYK00.610.820.05
HSL15.38º88.44%55.88%-
HSV(B)15.38º82.23%94.9%-
XYZ41.0627.065.34-
YUV132.4477.53206.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.85%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 43 (17.19% from 255) = 11.35%
R=63.85%
G=24.80%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242944300.610.820.0515.3888.4455.88
HexF25E2B03D525f5838
Octal3621365307512251713070
Binary1111001010111101010110111101101001010111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25e2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25e2b; }

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

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

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

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

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

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

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

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