#F25A35

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

Shades of Outrageous Orange #F25A35

Tints of Outrageous Orange #F25A35

Color information

#F25A35 (or 0xF25A35) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5A and 35. RGB value is (242,90,53). Sum of RGB (Red+Green+Blue) = 242+90+53=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A35 is #0DA5CA. Grayscale: #838383. Windows color (decimal): -894411 or 3496690. OLE color: 3496690.

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

Color convert

RGB2429053-
CMYK00.630.780.05
HSL11.75º87.91%57.84%-
HSV(B)11.75º78.1%94.9%-
XYZ40.9226.456.32-
YUV131.2383.86207.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.86%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 53 (21.09% from 255) = 13.77%
R=62.86%
G=23.38%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242905300.630.780.0511.7587.9157.84
HexF25A3503F4E5c583a
Octal3621326507711651413072
Binary1111001010110101101010111111100111010111001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A35; }

 p { color: rgb(242,90,53); }

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

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

 a { background-color: rgb(242,90,53); }

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

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

 span { border-color: rgb(242,90,53); }

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