Html Css Color HEX #F15224 Outrageous Orange

📋 copy color: '#F15224'

red 241 ◦ green 82 ◦ blue 36

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

Shades of Outrageous Orange #F15224

Tints of Outrageous Orange #F15224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 36 (14.45% from 255) = 10.03%

R = 67.13%
G = 22.84%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F15224 (or 0xF15224) is known color: Outrageous Orange. HEX triplet: F1, 52 and 24. RGB value is (241,82,36). Sum of RGB (Red+Green+Blue) = 241+82+36=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F15224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15224 is #0EADDB. Grayscale: #7C7C7C. Windows color (decimal): -962012 or 2380529. OLE color: 2380529.

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

Color convert

RGB 241 82 36 -
CMYK 0 0.66 0.85 0.05
HSL 13.46º 0.88% 0.54% -
HSV(B) 13.46º 0.85% 0.95% -
XYZ 39.61 24.86 4.38 -
YUV 124.3 78.18 211.24 -
System Red Green Blue C M Y K H S L
Decimal 241 82 36 0 0.66 0.85 0.05 13.46 0.88 0.54
Hex F1 52 24 0 42 55 5 D 58 36
Octal 361 122 44 0 102 125 5 15 130 66
Binary 11110001 1010010 100100 0 1000010 1010101 101 1101 1011000 110110

Color Harmonies of #F15224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15224

Black with #F15224

Text Example


Text Example

White with #F15224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15224; }

 p { color: rgb(241,82,36); }

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

background-color css

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

 a { background-color: rgb(241,82,36); }

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

border-color css

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

 span { border-color: rgb(241,82,36); }

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