Html Css Color HEX #F15132 Outrageous Orange

📋 copy color: '#F15132'

red 241 ◦ green 81 ◦ blue 50

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

Shades of Outrageous Orange #F15132

Tints of Outrageous Orange #F15132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 64.78%
G = 21.77%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F15132 (or 0xF15132) is known color: Outrageous Orange. HEX triplet: F1, 51 and 32. RGB value is (241,81,50). Sum of RGB (Red+Green+Blue) = 241+81+50=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F15132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15132 is #0EAECD. Grayscale: #7D7D7D. Windows color (decimal): -962254 or 3297777. OLE color: 3297777.

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

Color convert

RGB 241 81 50 -
CMYK 0 0.66 0.79 0.05
HSL 9.74º 0.87% 0.57% -
HSV(B) 9.74º 0.79% 0.95% -
XYZ 39.79 24.82 5.71 -
YUV 125.31 85.51 210.52 -
System Red Green Blue C M Y K H S L
Decimal 241 81 50 0 0.66 0.79 0.05 9.74 0.87 0.57
Hex F1 51 32 0 42 4F 5 A 57 39
Octal 361 121 62 0 102 117 5 12 127 71
Binary 11110001 1010001 110010 0 1000010 1001111 101 1010 1010111 111001

Color Harmonies of #F15132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15132

Black with #F15132

Text Example


Text Example

White with #F15132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15132; }

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

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

background-color css

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

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

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

border-color css

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

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

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