Html Css Color HEX #F67F62 Salmon

📋 copy color: '#F67F62'

red 246 ◦ green 127 ◦ blue 98

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

Shades of Salmon #F67F62

Tints of Salmon #F67F62

RGB

 RED value IS 246 (96.48% from 255) = 52.23%

 GREEN value IS 127 (50% from 255) = 26.96%

 BLUE value IS 98 (38.67% from 255) = 20.81%

R = 52.23%
G = 26.96%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F67F62 (or 0xF67F62) is known color: Salmon. HEX triplet: F6, 7F and 62. RGB value is (246,127,98). Sum of RGB (Red+Green+Blue) = 246+127+98=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F62 is #09809D. Grayscale: #9F9F9F. Windows color (decimal): -622750 or 6455286. OLE color: 6455286.

HSL color Cylindrical-coordinate representation of color #F67F62: hue angle of 11.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F67F62 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 127 98 -
CMYK 0 0.48 0.60 0.04
HSL 11.76º 0.89% 0.67% -
HSV(B) 11.76º 0.6% 0.96% -
XYZ 47.8 35.65 15.92 -
YUV 159.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 246 127 98 0 0.48 0.60 0.04 11.76 0.89 0.67
Hex F6 7F 62 0 30 3C 4 C 59 43
Octal 366 177 142 0 60 74 4 14 131 103
Binary 11110110 1111111 1100010 0 110000 111100 100 1100 1011001 1000011

Color Harmonies of #F67F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F62

Black with #F67F62

Text Example


Text Example

White with #F67F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F62; }

 p { color: rgb(246,127,98); }

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

background-color css

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

 a { background-color: rgb(246,127,98); }

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

border-color css

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

 span { border-color: rgb(246,127,98); }

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