Html Css Color HEX #F96D52 Bittersweet

📋 copy color: '#F96D52'

red 249 ◦ green 109 ◦ blue 82

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

Shades of Bittersweet #F96D52

Tints of Bittersweet #F96D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 56.59%
G = 24.77%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F96D52 (or 0xF96D52) is known color: Bittersweet. HEX triplet: F9, 6D and 52. RGB value is (249,109,82). Sum of RGB (Red+Green+Blue) = 249+109+82=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D52 is #0692AD. Grayscale: #949494. Windows color (decimal): -430766 or 5402105. OLE color: 5402105.

HSL color Cylindrical-coordinate representation of color #F96D52: hue angle of 9.7º 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 #F96D52 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 109 82 -
CMYK 0 0.56 0.67 0.02
HSL 9.7º 0.93% 0.65% -
HSV(B) 9.7º 0.67% 0.98% -
XYZ 46.06 31.69 11.67 -
YUV 147.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 249 109 82 0 0.56 0.67 0.02 9.7 0.93 0.65
Hex F9 6D 52 0 38 43 2 A 5D 41
Octal 371 155 122 0 70 103 2 12 135 101
Binary 11111001 1101101 1010010 0 111000 1000011 10 1010 1011101 1000001

Color Harmonies of #F96D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D52

Black with #F96D52

Text Example


Text Example

White with #F96D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D52; }

 p { color: rgb(249,109,82); }

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

background-color css

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

 a { background-color: rgb(249,109,82); }

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

border-color css

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

 span { border-color: rgb(249,109,82); }

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