Html Css Color HEX #F15531 Outrageous Orange

📋 copy color: '#F15531'

red 241 ◦ green 85 ◦ blue 49

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

Shades of Outrageous Orange #F15531

Tints of Outrageous Orange #F15531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 64.27%
G = 22.67%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F15531 (or 0xF15531) is known color: Outrageous Orange. HEX triplet: F1, 55 and 31. RGB value is (241,85,49). Sum of RGB (Red+Green+Blue) = 241+85+49=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F15531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15531 is #0EAACE. Grayscale: #7F7F7F. Windows color (decimal): -961231 or 3233265. OLE color: 3233265.

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

Color convert

RGB 241 85 49 -
CMYK 0 0.65 0.80 0.05
HSL 11.25º 0.87% 0.57% -
HSV(B) 11.25º 0.8% 0.95% -
XYZ 40.08 25.42 5.7 -
YUV 127.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 241 85 49 0 0.65 0.80 0.05 11.25 0.87 0.57
Hex F1 55 31 0 41 50 5 B 57 39
Octal 361 125 61 0 101 120 5 13 127 71
Binary 11110001 1010101 110001 0 1000001 1010000 101 1011 1010111 111001

Color Harmonies of #F15531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15531

Black with #F15531

Text Example


Text Example

White with #F15531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15531; }

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

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

background-color css

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

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

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

border-color css

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

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

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