Html Css Color HEX #F15120 Outrageous Orange

📋 copy color: '#F15120'

red 241 ◦ green 81 ◦ blue 32

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

Shades of Outrageous Orange #F15120

Tints of Outrageous Orange #F15120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 68.08%
G = 22.88%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F15120 (or 0xF15120) is known color: Outrageous Orange. HEX triplet: F1, 51 and 20. RGB value is (241,81,32). Sum of RGB (Red+Green+Blue) = 241+81+32=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F15120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15120 is #0EAEDF. Grayscale: #7B7B7B. Windows color (decimal): -962272 or 2118129. OLE color: 2118129.

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

Color convert

RGB 241 81 32 -
CMYK 0 0.66 0.87 0.05
HSL 14.07º 0.88% 0.54% -
HSV(B) 14.07º 0.87% 0.95% -
XYZ 39.48 24.69 4.05 -
YUV 123.25 76.51 211.98 -
System Red Green Blue C M Y K H S L
Decimal 241 81 32 0 0.66 0.87 0.05 14.07 0.88 0.54
Hex F1 51 20 0 42 57 5 E 58 36
Octal 361 121 40 0 102 127 5 16 130 66
Binary 11110001 1010001 100000 0 1000010 1010111 101 1110 1011000 110110

Color Harmonies of #F15120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15120

Black with #F15120

Text Example


Text Example

White with #F15120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15120; }

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

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

background-color css

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

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

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

border-color css

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

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

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