Html Css Color HEX #F15223 Outrageous Orange

📋 copy color: '#F15223'

red 241 ◦ green 82 ◦ blue 35

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

Shades of Outrageous Orange #F15223

Tints of Outrageous Orange #F15223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.78%

R = 67.32%
G = 22.91%
B = 9.78%

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

#F15223 (or 0xF15223) is known color: Outrageous Orange. HEX triplet: F1, 52 and 23. RGB value is (241,82,35). Sum of RGB (Red+Green+Blue) = 241+82+35=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F15223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15223 is #0EADDC. Grayscale: #7C7C7C. Windows color (decimal): -962013 or 2314993. OLE color: 2314993.

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

Color convert

RGB 241 82 35 -
CMYK 0 0.66 0.85 0.05
HSL 13.69º 0.88% 0.54% -
HSV(B) 13.69º 0.85% 0.95% -
XYZ 39.6 24.86 4.3 -
YUV 124.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 241 82 35 0 0.66 0.85 0.05 13.69 0.88 0.54
Hex F1 52 23 0 42 55 5 E 58 36
Octal 361 122 43 0 102 125 5 16 130 66
Binary 11110001 1010010 100011 0 1000010 1010101 101 1110 1011000 110110

Color Harmonies of #F15223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15223

Black with #F15223

Text Example


Text Example

White with #F15223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15223; }

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

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

background-color css

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

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

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

border-color css

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

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

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