Html Css Color HEX #F15121 Outrageous Orange

📋 copy color: '#F15121'

red 241 ◦ green 81 ◦ blue 33

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

Shades of Outrageous Orange #F15121

Tints of Outrageous Orange #F15121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 67.89%
G = 22.82%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F15121 (or 0xF15121) is known color: Outrageous Orange. HEX triplet: F1, 51 and 21. RGB value is (241,81,33). Sum of RGB (Red+Green+Blue) = 241+81+33=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F15121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15121 is #0EAEDE. Grayscale: #7B7B7B. Windows color (decimal): -962271 or 2183665. OLE color: 2183665.

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

Color convert

RGB 241 81 33 -
CMYK 0 0.66 0.86 0.05
HSL 13.85º 0.88% 0.54% -
HSV(B) 13.85º 0.86% 0.95% -
XYZ 39.49 24.7 4.12 -
YUV 123.37 77.01 211.9 -
System Red Green Blue C M Y K H S L
Decimal 241 81 33 0 0.66 0.86 0.05 13.85 0.88 0.54
Hex F1 51 21 0 42 56 5 E 58 36
Octal 361 121 41 0 102 126 5 16 130 66
Binary 11110001 1010001 100001 0 1000010 1010110 101 1110 1011000 110110

Color Harmonies of #F15121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15121

Black with #F15121

Text Example


Text Example

White with #F15121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15121; }

 p { color: rgb(241,81,33); }

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

background-color css

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

 a { background-color: rgb(241,81,33); }

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

border-color css

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

 span { border-color: rgb(241,81,33); }

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