Html Css Color HEX #F15545 Sunset Orange

📋 copy color: '#F15545'

red 241 ◦ green 85 ◦ blue 69

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

Shades of Sunset Orange #F15545

Tints of Sunset Orange #F15545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 61.01%
G = 21.52%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F15545 (or 0xF15545) is known color: Sunset Orange. HEX triplet: F1, 55 and 45. RGB value is (241,85,69). Sum of RGB (Red+Green+Blue) = 241+85+69=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F15545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15545 is #0EAABA. Grayscale: #828282. Windows color (decimal): -961211 or 4543985. OLE color: 4543985.

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

Color convert

RGB 241 85 69 -
CMYK 0 0.65 0.71 0.05
HSL 5.58º 0.86% 0.61% -
HSV(B) 5.58º 0.71% 0.95% -
XYZ 40.6 25.63 8.44 -
YUV 129.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 241 85 69 0 0.65 0.71 0.05 5.58 0.86 0.61
Hex F1 55 45 0 41 47 5 6 56 3D
Octal 361 125 105 0 101 107 5 6 126 75
Binary 11110001 1010101 1000101 0 1000001 1000111 101 110 1010110 111101

Color Harmonies of #F15545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15545

Black with #F15545

Text Example


Text Example

White with #F15545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15545; }

 p { color: rgb(241,85,69); }

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

background-color css

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

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

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

border-color css

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

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

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