Html Css Color HEX #F15D35 Outrageous Orange

📋 copy color: '#F15D35'

red 241 ◦ green 93 ◦ blue 53

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

Shades of Outrageous Orange #F15D35

Tints of Outrageous Orange #F15D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 62.27%
G = 24.03%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F15D35 (or 0xF15D35) is known color: Outrageous Orange. HEX triplet: F1, 5D and 35. RGB value is (241,93,53). Sum of RGB (Red+Green+Blue) = 241+93+53=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D35 is #0EA2CA. Grayscale: #858585. Windows color (decimal): -959179 or 3497457. OLE color: 3497457.

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

Color convert

RGB 241 93 53 -
CMYK 0 0.61 0.78 0.05
HSL 12.77º 0.87% 0.58% -
HSV(B) 12.77º 0.78% 0.95% -
XYZ 40.83 26.79 6.39 -
YUV 132.69 83.03 205.25 -
System Red Green Blue C M Y K H S L
Decimal 241 93 53 0 0.61 0.78 0.05 12.77 0.87 0.58
Hex F1 5D 35 0 3D 4E 5 D 57 3A
Octal 361 135 65 0 75 116 5 15 127 72
Binary 11110001 1011101 110101 0 111101 1001110 101 1101 1010111 111010

Color Harmonies of #F15D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D35

Black with #F15D35

Text Example


Text Example

White with #F15D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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