Html Css Color HEX #F15E3A Outrageous Orange

📋 copy color: '#F15E3A'

red 241 ◦ green 94 ◦ blue 58

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

Shades of Outrageous Orange #F15E3A

Tints of Outrageous Orange #F15E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 61.32%
G = 23.92%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F15E3A (or 0xF15E3A) is known color: Outrageous Orange. HEX triplet: F1, 5E and 3A. RGB value is (241,94,58). Sum of RGB (Red+Green+Blue) = 241+94+58=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15E3A is #0EA1C5. Grayscale: #868686. Windows color (decimal): -958918 or 3825393. OLE color: 3825393.

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

Color convert

RGB 241 94 58 -
CMYK 0 0.61 0.76 0.05
HSL 11.8º 0.87% 0.59% -
HSV(B) 11.8º 0.76% 0.95% -
XYZ 41.04 27.01 7.05 -
YUV 133.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 241 94 58 0 0.61 0.76 0.05 11.8 0.87 0.59
Hex F1 5E 3A 0 3D 4C 5 C 57 3B
Octal 361 136 72 0 75 114 5 14 127 73
Binary 11110001 1011110 111010 0 111101 1001100 101 1100 1010111 111011

Color Harmonies of #F15E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E3A

Black with #F15E3A

Text Example


Text Example

White with #F15E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E3A; }

 p { color: rgb(241,94,58); }

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

background-color css

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

 a { background-color: rgb(241,94,58); }

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

border-color css

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

 span { border-color: rgb(241,94,58); }

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