Html Css Color HEX #F15F25 Outrageous Orange

📋 copy color: '#F15F25'

red 241 ◦ green 95 ◦ blue 37

#F15F25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outrageous Orange #F15F25

Tints of Outrageous Orange #F15F25

RGB

 RED value IS 241 (94.53% from 255) = 64.61%

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 64.61%
G = 25.47%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F15F25 (or 0xF15F25) is known color: Outrageous Orange. HEX triplet: F1, 5F and 25. RGB value is (241,95,37). Sum of RGB (Red+Green+Blue) = 241+95+37=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F25 is #0EA0DA. Grayscale: #848484. Windows color (decimal): -958683 or 2449393. OLE color: 2449393.

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

Color convert

RGB 241 95 37 -
CMYK 0 0.61 0.85 0.05
HSL 17.06º 0.88% 0.55% -
HSV(B) 17.06º 0.85% 0.95% -
XYZ 40.7 27.02 4.82 -
YUV 132.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 241 95 37 0 0.61 0.85 0.05 17.06 0.88 0.55
Hex F1 5F 25 0 3D 55 5 11 58 37
Octal 361 137 45 0 75 125 5 21 130 67
Binary 11110001 1011111 100101 0 111101 1010101 101 10001 1011000 110111

Color Harmonies of #F15F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F25

Black with #F15F25

Text Example


Text Example

White with #F15F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F25; }

 p { color: rgb(241,95,37); }

 H1.HeaderClassName
 {
   color: #F15F25;
 }
 .AnyTagClassName
 {
   color: #F15F25;
 }
</style>

background-color css

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

 a { background-color: rgb(241,95,37); }

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

border-color css

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

 span { border-color: rgb(241,95,37); }

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