Html Css Color HEX #F7735C Bittersweet

📋 copy color: '#F7735C'

red 247 ◦ green 115 ◦ blue 92

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

Shades of Bittersweet #F7735C

Tints of Bittersweet #F7735C

RGB

 RED value IS 247 (96.88% from 255) = 54.41%

 GREEN value IS 115 (45.31% from 255) = 25.33%

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

R = 54.41%
G = 25.33%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7735C (or 0xF7735C) is known color: Bittersweet. HEX triplet: F7, 73 and 5C. RGB value is (247,115,92). Sum of RGB (Red+Green+Blue) = 247+115+92=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7735C is #088CA3. Grayscale: #989898. Windows color (decimal): -560292 or 6058999. OLE color: 6058999.

HSL color Cylindrical-coordinate representation of color #F7735C: hue angle of 8.9º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7735C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 115 92 -
CMYK 0 0.53 0.63 0.03
HSL 8.9º 0.91% 0.66% -
HSV(B) 8.9º 0.63% 0.97% -
XYZ 46.42 32.81 14.01 -
YUV 151.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 247 115 92 0 0.53 0.63 0.03 8.9 0.91 0.66
Hex F7 73 5C 0 35 3F 3 9 5B 42
Octal 367 163 134 0 65 77 3 11 133 102
Binary 11110111 1110011 1011100 0 110101 111111 11 1001 1011011 1000010

Color Harmonies of #F7735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7735C

Black with #F7735C

Text Example


Text Example

White with #F7735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7735C; }

 p { color: rgb(247,115,92); }

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

background-color css

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

 a { background-color: rgb(247,115,92); }

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

border-color css

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

 span { border-color: rgb(247,115,92); }

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