Html Css Color HEX #F15825 Outrageous Orange

📋 copy color: '#F15825'

red 241 ◦ green 88 ◦ blue 37

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

Shades of Outrageous Orange #F15825

Tints of Outrageous Orange #F15825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 65.85%
G = 24.04%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F15825 (or 0xF15825) is known color: Outrageous Orange. HEX triplet: F1, 58 and 25. RGB value is (241,88,37). Sum of RGB (Red+Green+Blue) = 241+88+37=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F15825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15825 is #0EA7DA. Grayscale: #808080. Windows color (decimal): -960475 or 2447601. OLE color: 2447601.

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

Color convert

RGB 241 88 37 -
CMYK 0 0.63 0.85 0.05
HSL 15º 0.88% 0.55% -
HSV(B) 15º 0.85% 0.95% -
XYZ 40.1 25.81 4.62 -
YUV 127.93 76.69 208.65 -
System Red Green Blue C M Y K H S L
Decimal 241 88 37 0 0.63 0.85 0.05 15 0.88 0.55
Hex F1 58 25 0 3F 55 5 F 58 37
Octal 361 130 45 0 77 125 5 17 130 67
Binary 11110001 1011000 100101 0 111111 1010101 101 1111 1011000 110111

Color Harmonies of #F15825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15825

Black with #F15825

Text Example


Text Example

White with #F15825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15825; }

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

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

background-color css

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

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

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

border-color css

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

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

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