Html Css Color HEX #F96B5E Bittersweet

📋 copy color: '#F96B5E'

red 249 ◦ green 107 ◦ blue 94

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

Shades of Bittersweet #F96B5E

Tints of Bittersweet #F96B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 55.33%
G = 23.78%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F96B5E (or 0xF96B5E) is known color: Bittersweet. HEX triplet: F9, 6B and 5E. RGB value is (249,107,94). Sum of RGB (Red+Green+Blue) = 249+107+94=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96B5E is #0694A1. Grayscale: #949494. Windows color (decimal): -431266 or 6188025. OLE color: 6188025.

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

Color convert

RGB 249 107 94 -
CMYK 0 0.57 0.62 0.02
HSL 5.03º 0.93% 0.67% -
HSV(B) 5.03º 0.62% 0.98% -
XYZ 46.35 31.46 14.22 -
YUV 147.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 249 107 94 0 0.57 0.62 0.02 5.03 0.93 0.67
Hex F9 6B 5E 0 39 3E 2 5 5D 43
Octal 371 153 136 0 71 76 2 5 135 103
Binary 11111001 1101011 1011110 0 111001 111110 10 101 1011101 1000011

Color Harmonies of #F96B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B5E

Black with #F96B5E

Text Example


Text Example

White with #F96B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B5E; }

 p { color: rgb(249,107,94); }

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

background-color css

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

 a { background-color: rgb(249,107,94); }

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

border-color css

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

 span { border-color: rgb(249,107,94); }

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