Html Css Color HEX #F15C24 Outrageous Orange

📋 copy color: '#F15C24'

red 241 ◦ green 92 ◦ blue 36

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

Shades of Outrageous Orange #F15C24

Tints of Outrageous Orange #F15C24

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

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

R = 65.31%
G = 24.93%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F15C24 (or 0xF15C24) is known color: Outrageous Orange. HEX triplet: F1, 5C and 24. RGB value is (241,92,36). Sum of RGB (Red+Green+Blue) = 241+92+36=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C24 is #0EA3DB. Grayscale: #828282. Windows color (decimal): -959452 or 2383089. OLE color: 2383089.

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

Color convert

RGB 241 92 36 -
CMYK 0 0.62 0.85 0.05
HSL 16.39º 0.88% 0.54% -
HSV(B) 16.39º 0.85% 0.95% -
XYZ 40.42 26.48 4.65 -
YUV 130.17 74.86 207.05 -
System Red Green Blue C M Y K H S L
Decimal 241 92 36 0 0.62 0.85 0.05 16.39 0.88 0.54
Hex F1 5C 24 0 3E 55 5 10 58 36
Octal 361 134 44 0 76 125 5 20 130 66
Binary 11110001 1011100 100100 0 111110 1010101 101 10000 1011000 110110

Color Harmonies of #F15C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C24

Black with #F15C24

Text Example


Text Example

White with #F15C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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