Html Css Color HEX #F87965 Bittersweet

📋 copy color: '#F87965'

red 248 ◦ green 121 ◦ blue 101

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

Shades of Bittersweet #F87965

Tints of Bittersweet #F87965

RGB

 RED value IS 248 (97.27% from 255) = 52.77%

 GREEN value IS 121 (47.66% from 255) = 25.74%

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 52.77%
G = 25.74%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F87965 (or 0xF87965) is known color: Bittersweet. HEX triplet: F8, 79 and 65. RGB value is (248,121,101). Sum of RGB (Red+Green+Blue) = 248+121+101=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F87965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87965 is #07869A. Grayscale: #9C9C9C. Windows color (decimal): -493211 or 6650360. OLE color: 6650360.

HSL color Cylindrical-coordinate representation of color #F87965: hue angle of 8.16º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F87965 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 121 101 -
CMYK 0 0.51 0.59 0.03
HSL 8.16º 0.91% 0.68% -
HSV(B) 8.16º 0.59% 0.97% -
XYZ 47.9 34.57 16.46 -
YUV 156.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 248 121 101 0 0.51 0.59 0.03 8.16 0.91 0.68
Hex F8 79 65 0 33 3B 3 8 5B 44
Octal 370 171 145 0 63 73 3 10 133 104
Binary 11111000 1111001 1100101 0 110011 111011 11 1000 1011011 1000100

Color Harmonies of #F87965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87965

Black with #F87965

Text Example


Text Example

White with #F87965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87965; }

 p { color: rgb(248,121,101); }

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

background-color css

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

 a { background-color: rgb(248,121,101); }

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

border-color css

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

 span { border-color: rgb(248,121,101); }

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