Html Css Color HEX #F96C5C Bittersweet

📋 copy color: '#F96C5C'

red 249 ◦ green 108 ◦ blue 92

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

Shades of Bittersweet #F96C5C

Tints of Bittersweet #F96C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 55.46%
G = 24.05%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F96C5C (or 0xF96C5C) is known color: Bittersweet. HEX triplet: F9, 6C and 5C. RGB value is (249,108,92). Sum of RGB (Red+Green+Blue) = 249+108+92=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C5C is #0693A3. Grayscale: #949494. Windows color (decimal): -431012 or 6057209. OLE color: 6057209.

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

Color convert

RGB 249 108 92 -
CMYK 0 0.57 0.63 0.02
HSL 6.11º 0.93% 0.67% -
HSV(B) 6.11º 0.63% 0.98% -
XYZ 46.36 31.64 13.79 -
YUV 148.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 249 108 92 0 0.57 0.63 0.02 6.11 0.93 0.67
Hex F9 6C 5C 0 39 3F 2 6 5D 43
Octal 371 154 134 0 71 77 2 6 135 103
Binary 11111001 1101100 1011100 0 111001 111111 10 110 1011101 1000011

Color Harmonies of #F96C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C5C

Black with #F96C5C

Text Example


Text Example

White with #F96C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C5C; }

 p { color: rgb(249,108,92); }

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

background-color css

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

 a { background-color: rgb(249,108,92); }

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

border-color css

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

 span { border-color: rgb(249,108,92); }

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