Html Css Color HEX #F26D59 Bittersweet

📋 copy color: '#F26D59'

red 242 ◦ green 109 ◦ blue 89

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

Shades of Bittersweet #F26D59

Tints of Bittersweet #F26D59

RGB

 RED value IS 242 (94.92% from 255) = 55%

 GREEN value IS 109 (42.97% from 255) = 24.77%

 BLUE value IS 89 (35.16% from 255) = 20.23%

R = 55%
G = 24.77%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F26D59 (or 0xF26D59) is known color: Bittersweet. HEX triplet: F2, 6D and 59. RGB value is (242,109,89). Sum of RGB (Red+Green+Blue) = 242+109+89=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D59 is #0D92A6. Grayscale: #929292. Windows color (decimal): -889511 or 5860850. OLE color: 5860850.

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

Color convert

RGB 242 109 89 -
CMYK 0 0.55 0.63 0.05
HSL 7.84º 0.85% 0.65% -
HSV(B) 7.84º 0.63% 0.95% -
XYZ 43.89 30.54 13.03 -
YUV 146.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 242 109 89 0 0.55 0.63 0.05 7.84 0.85 0.65
Hex F2 6D 59 0 37 3F 5 8 55 41
Octal 362 155 131 0 67 77 5 10 125 101
Binary 11110010 1101101 1011001 0 110111 111111 101 1000 1010101 1000001

Color Harmonies of #F26D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26D59

Black with #F26D59

Text Example


Text Example

White with #F26D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26D59; }

 p { color: rgb(242,109,89); }

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

background-color css

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

 a { background-color: rgb(242,109,89); }

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

border-color css

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

 span { border-color: rgb(242,109,89); }

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