Html Css Color HEX #F15250 Sunset Orange

📋 copy color: '#F15250'

red 241 ◦ green 82 ◦ blue 80

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

Shades of Sunset Orange #F15250

Tints of Sunset Orange #F15250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 59.8%
G = 20.35%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F15250 (or 0xF15250) is known color: Sunset Orange. HEX triplet: F1, 52 and 50. RGB value is (241,82,80). Sum of RGB (Red+Green+Blue) = 241+82+80=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F15250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15250 is #0EADAF. Grayscale: #818181. Windows color (decimal): -961968 or 5264113. OLE color: 5264113.

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

Color convert

RGB 241 82 80 -
CMYK 0 0.66 0.67 0.05
HSL 0.75º 0.85% 0.63% -
HSV(B) 0.75º 0.67% 0.95% -
XYZ 40.74 25.31 10.33 -
YUV 129.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 241 82 80 0 0.66 0.67 0.05 0.75 0.85 0.63
Hex F1 52 50 0 42 43 5 1 55 3F
Octal 361 122 120 0 102 103 5 1 125 77
Binary 11110001 1010010 1010000 0 1000010 1000011 101 1 1010101 111111

Color Harmonies of #F15250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15250

Black with #F15250

Text Example


Text Example

White with #F15250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15250; }

 p { color: rgb(241,82,80); }

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

background-color css

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

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

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

border-color css

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

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

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