Html Css Color HEX #F96953 Bittersweet

📋 copy color: '#F96953'

red 249 ◦ green 105 ◦ blue 83

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

Shades of Bittersweet #F96953

Tints of Bittersweet #F96953

RGB

 RED value IS 249 (97.66% from 255) = 56.98%

 GREEN value IS 105 (41.41% from 255) = 24.03%

 BLUE value IS 83 (32.81% from 255) = 18.99%

R = 56.98%
G = 24.03%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F96953 (or 0xF96953) is known color: Bittersweet. HEX triplet: F9, 69 and 53. RGB value is (249,105,83). Sum of RGB (Red+Green+Blue) = 249+105+83=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F96953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96953 is #0696AC. Grayscale: #919191. Windows color (decimal): -431789 or 5466617. OLE color: 5466617.

HSL color Cylindrical-coordinate representation of color #F96953: hue angle of 7.95º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F96953 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 105 83 -
CMYK 0 0.58 0.67 0.02
HSL 7.95º 0.93% 0.65% -
HSV(B) 7.95º 0.67% 0.98% -
XYZ 45.68 30.87 11.73 -
YUV 145.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 249 105 83 0 0.58 0.67 0.02 7.95 0.93 0.65
Hex F9 69 53 0 3A 43 2 8 5D 41
Octal 371 151 123 0 72 103 2 10 135 101
Binary 11111001 1101001 1010011 0 111010 1000011 10 1000 1011101 1000001

Color Harmonies of #F96953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96953

Black with #F96953

Text Example


Text Example

White with #F96953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96953; }

 p { color: rgb(249,105,83); }

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

background-color css

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

 a { background-color: rgb(249,105,83); }

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

border-color css

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

 span { border-color: rgb(249,105,83); }

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