Html Css Color HEX #F9705C Bittersweet

📋 copy color: '#F9705C'

red 249 ◦ green 112 ◦ blue 92

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

Shades of Bittersweet #F9705C

Tints of Bittersweet #F9705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

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

R = 54.97%
G = 24.72%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9705C (or 0xF9705C) is known color: Bittersweet. HEX triplet: F9, 70 and 5C. RGB value is (249,112,92). Sum of RGB (Red+Green+Blue) = 249+112+92=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9705C is #068FA3. Grayscale: #969696. Windows color (decimal): -429988 or 6058233. OLE color: 6058233.

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

Color convert

RGB 249 112 92 -
CMYK 0 0.55 0.63 0.02
HSL 7.64º 0.93% 0.67% -
HSV(B) 7.64º 0.63% 0.98% -
XYZ 46.79 32.5 13.93 -
YUV 150.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 249 112 92 0 0.55 0.63 0.02 7.64 0.93 0.67
Hex F9 70 5C 0 37 3F 2 8 5D 43
Octal 371 160 134 0 67 77 2 10 135 103
Binary 11111001 1110000 1011100 0 110111 111111 10 1000 1011101 1000011

Color Harmonies of #F9705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9705C

Black with #F9705C

Text Example


Text Example

White with #F9705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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