Html Css Color HEX #F9665F Bittersweet

📋 copy color: '#F9665F'

red 249 ◦ green 102 ◦ blue 95

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

Shades of Bittersweet #F9665F

Tints of Bittersweet #F9665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.87%

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 55.83%
G = 22.87%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9665F (or 0xF9665F) is known color: Bittersweet. HEX triplet: F9, 66 and 5F. RGB value is (249,102,95). Sum of RGB (Red+Green+Blue) = 249+102+95=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9665F is #0699A0. Grayscale: #919191. Windows color (decimal): -432545 or 6252281. OLE color: 6252281.

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

Color convert

RGB 249 102 95 -
CMYK 0 0.59 0.62 0.02
HSL 2.73º 0.93% 0.67% -
HSV(B) 2.73º 0.62% 0.98% -
XYZ 45.88 30.47 14.29 -
YUV 145.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 249 102 95 0 0.59 0.62 0.02 2.73 0.93 0.67
Hex F9 66 5F 0 3B 3E 2 3 5D 43
Octal 371 146 137 0 73 76 2 3 135 103
Binary 11111001 1100110 1011111 0 111011 111110 10 11 1011101 1000011

Color Harmonies of #F9665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9665F

Black with #F9665F

Text Example


Text Example

White with #F9665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9665F; }

 p { color: rgb(249,102,95); }

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

background-color css

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

 a { background-color: rgb(249,102,95); }

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

border-color css

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

 span { border-color: rgb(249,102,95); }

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