Html Css Color HEX #F7735F Bittersweet

📋 copy color: '#F7735F'

red 247 ◦ green 115 ◦ blue 95

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

Shades of Bittersweet #F7735F

Tints of Bittersweet #F7735F

RGB

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

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

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

R = 54.05%
G = 25.16%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7735F (or 0xF7735F) is known color: Bittersweet. HEX triplet: F7, 73 and 5F. RGB value is (247,115,95). Sum of RGB (Red+Green+Blue) = 247+115+95=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7735F is #088CA0. Grayscale: #989898. Windows color (decimal): -560289 or 6255607. OLE color: 6255607.

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

Color convert

RGB 247 115 95 -
CMYK 0 0.53 0.62 0.03
HSL 7.89º 0.9% 0.67% -
HSV(B) 7.89º 0.62% 0.97% -
XYZ 46.55 32.86 14.72 -
YUV 152.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 247 115 95 0 0.53 0.62 0.03 7.89 0.9 0.67
Hex F7 73 5F 0 35 3E 3 8 5A 43
Octal 367 163 137 0 65 76 3 10 132 103
Binary 11110111 1110011 1011111 0 110101 111110 11 1000 1011010 1000011

Color Harmonies of #F7735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7735F

Black with #F7735F

Text Example


Text Example

White with #F7735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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