Html Css Color HEX #F15353 Sunset Orange

📋 copy color: '#F15353'

red 241 ◦ green 83 ◦ blue 83

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

Shades of Sunset Orange #F15353

Tints of Sunset Orange #F15353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 59.21%
G = 20.39%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F15353 (or 0xF15353) is known color: Sunset Orange. HEX triplet: F1, 53 and 53. RGB value is (241,83,83). Sum of RGB (Red+Green+Blue) = 241+83+83=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F15353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15353 is #0EACAC. Grayscale: #828282. Windows color (decimal): -961709 or 5460977. OLE color: 5460977.

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

Color convert

RGB 241 83 83 -
CMYK 0 0.66 0.66 0.05
HSL 0.85% 0.64% -
HSV(B) 0.66% 0.95% -
XYZ 40.93 25.51 10.95 -
YUV 130.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 241 83 83 0 0.66 0.66 0.05 0 0.85 0.64
Hex F1 53 53 0 42 42 5 0 55 40
Octal 361 123 123 0 102 102 5 0 125 100
Binary 11110001 1010011 1010011 0 1000010 1000010 101 0 1010101 1000000

Color Harmonies of #F15353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15353

Black with #F15353

Text Example


Text Example

White with #F15353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15353; }

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

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

background-color css

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

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

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

border-color css

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

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

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