Html Css Color HEX #F15532 Outrageous Orange

📋 copy color: '#F15532'

red 241 ◦ green 85 ◦ blue 50

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

Shades of Outrageous Orange #F15532

Tints of Outrageous Orange #F15532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

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

R = 64.1%
G = 22.61%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F15532 (or 0xF15532) is known color: Outrageous Orange. HEX triplet: F1, 55 and 32. RGB value is (241,85,50). Sum of RGB (Red+Green+Blue) = 241+85+50=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F15532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15532 is #0EAACD. Grayscale: #7F7F7F. Windows color (decimal): -961230 or 3298801. OLE color: 3298801.

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

Color convert

RGB 241 85 50 -
CMYK 0 0.65 0.79 0.05
HSL 10.99º 0.87% 0.57% -
HSV(B) 10.99º 0.79% 0.95% -
XYZ 40.1 25.43 5.81 -
YUV 127.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 241 85 50 0 0.65 0.79 0.05 10.99 0.87 0.57
Hex F1 55 32 0 41 4F 5 B 57 39
Octal 361 125 62 0 101 117 5 13 127 71
Binary 11110001 1010101 110010 0 1000001 1001111 101 1011 1010111 111001

Color Harmonies of #F15532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15532

Black with #F15532

Text Example


Text Example

White with #F15532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15532; }

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

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

background-color css

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

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

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

border-color css

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

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

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