Html Css Color HEX #F66256 Bittersweet

📋 copy color: '#F66256'

red 246 ◦ green 98 ◦ blue 86

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

Shades of Bittersweet #F66256

Tints of Bittersweet #F66256

RGB

 RED value IS 246 (96.48% from 255) = 57.21%

 GREEN value IS 98 (38.67% from 255) = 22.79%

 BLUE value IS 86 (33.98% from 255) = 20%

R = 57.21%
G = 22.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F66256 (or 0xF66256) is known color: Bittersweet. HEX triplet: F6, 62 and 56. RGB value is (246,98,86). Sum of RGB (Red+Green+Blue) = 246+98+86=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F66256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66256 is #099DA9. Grayscale: #8D8D8D. Windows color (decimal): -630186 or 5661430. OLE color: 5661430.

HSL color Cylindrical-coordinate representation of color #F66256: hue angle of 4.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F66256 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 98 86 -
CMYK 0 0.60 0.65 0.04
HSL 4.5º 0.9% 0.65% -
HSV(B) 4.5º 0.65% 0.96% -
XYZ 44.05 29 12.08 -
YUV 140.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 246 98 86 0 0.60 0.65 0.04 4.5 0.9 0.65
Hex F6 62 56 0 3C 41 4 4 5A 41
Octal 366 142 126 0 74 101 4 4 132 101
Binary 11110110 1100010 1010110 0 111100 1000001 100 100 1011010 1000001

Color Harmonies of #F66256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66256

Black with #F66256

Text Example


Text Example

White with #F66256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66256; }

 p { color: rgb(246,98,86); }

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

background-color css

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

 a { background-color: rgb(246,98,86); }

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

border-color css

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

 span { border-color: rgb(246,98,86); }

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