Html Css Color HEX #F15342 Sunset Orange

📋 copy color: '#F15342'

red 241 ◦ green 83 ◦ blue 66

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

Shades of Sunset Orange #F15342

Tints of Sunset Orange #F15342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 61.79%
G = 21.28%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F15342 (or 0xF15342) is known color: Sunset Orange. HEX triplet: F1, 53 and 42. RGB value is (241,83,66). Sum of RGB (Red+Green+Blue) = 241+83+66=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F15342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15342 is #0EACBD. Grayscale: #808080. Windows color (decimal): -961726 or 4346865. OLE color: 4346865.

HSL color Cylindrical-coordinate representation of color #F15342: hue angle of 5.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F15342 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 83 66 -
CMYK 0 0.66 0.73 0.05
HSL 5.83º 0.86% 0.6% -
HSV(B) 5.83º 0.73% 0.95% -
XYZ 40.35 25.28 7.91 -
YUV 128.3 92.85 208.38 -
System Red Green Blue C M Y K H S L
Decimal 241 83 66 0 0.66 0.73 0.05 5.83 0.86 0.6
Hex F1 53 42 0 42 49 5 6 56 3C
Octal 361 123 102 0 102 111 5 6 126 74
Binary 11110001 1010011 1000010 0 1000010 1001001 101 110 1010110 111100

Color Harmonies of #F15342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15342

Black with #F15342

Text Example


Text Example

White with #F15342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15342; }

 p { color: rgb(241,83,66); }

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

background-color css

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

 a { background-color: rgb(241,83,66); }

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

border-color css

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

 span { border-color: rgb(241,83,66); }

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