Html Css Color HEX #F15535 Outrageous Orange

📋 copy color: '#F15535'

red 241 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #F15535

Tints of Outrageous Orange #F15535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.98%

R = 63.59%
G = 22.43%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F15535 (or 0xF15535) is known color: Outrageous Orange. HEX triplet: F1, 55 and 35. RGB value is (241,85,53). Sum of RGB (Red+Green+Blue) = 241+85+53=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F15535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15535 is #0EAACA. Grayscale: #808080. Windows color (decimal): -961227 or 3495409. OLE color: 3495409.

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

Color convert

RGB 241 85 53 -
CMYK 0 0.65 0.78 0.05
HSL 10.21º 0.87% 0.58% -
HSV(B) 10.21º 0.78% 0.95% -
XYZ 40.17 25.45 6.16 -
YUV 128 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 241 85 53 0 0.65 0.78 0.05 10.21 0.87 0.58
Hex F1 55 35 0 41 4E 5 A 57 3A
Octal 361 125 65 0 101 116 5 12 127 72
Binary 11110001 1010101 110101 0 1000001 1001110 101 1010 1010111 111010

Color Harmonies of #F15535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15535

Black with #F15535

Text Example


Text Example

White with #F15535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15535; }

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

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

background-color css

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

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

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

border-color css

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

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

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